color codes Logo

#fce25f color codes

#FCE25F
(252,226,95)
0 Favorites   0 Comments

Color spaces of #fce25f

RGB 25222695
HSL0.140.960.68
HSV50°62°99°
CMYK 0.000.100.62   0.01
XYZ69.406875.914421.8213
Yxy75.91440.41530.4542
Hunter Lab87.1289-10.282546.1411
CIE-Lab89.8196-5.864665.4069

#fce25f color RGB value is (252,226,95).

#fce25f hex color red value is 252, green value is 226 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fce25f hue: 0.14 , saturation: 0.96 and the lightness value of fce25f is 0.68.

The process color (four color CMYK) of #fce25f color code is 0.00, 0.10, 0.62, 0.01. Web safe color of #fce25f is #ffcc66. Color #fce25f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100010 01011111
Octal 374 342 137
Decimal 252 226 95
Hex FC E2 5F

RGB Percentages of Color #fce25f

%43.98
%39.44
%16.58

CMYK Percentages of Color #fce25f

%0
%10
%62
%1

Triadic Colors of #fce25f

#fce25f #5ffce2 #e25ffc

Analogous Colors of #fce25f

#fce25f #c8fc5f #fc945f

Monochromatic Colors of #fce25f

#fce25f

Complementary Color

#fce25f #5f79fc

#fce25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce25f Color CSS Codes

.mybgcolor {background-color:#fce25f; } 
.myforecolor {color:#fce25f; }
.mybordercolor {border:3px solid #fce25f; }

#fce25f Text Font Color

<p style="color:#fce25f">Text here</p>

This sample text font color is #fce25f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fce25f Background Color

<div style="background-color:#fce25f">
Div content here</div>

This div background color is #fce25f


#fce25f Border Color

<div style="border:3px solid #fce25f">
Div here</div>

This div border color is #fce25f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,226,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fce25f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fce25f;
  -webkit-box-shadow: 1px 1px 3px 2px #fce25f;
  box-shadow:         1px 1px 3px 2px #fce25f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,226,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fce25f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fce25f;
  -webkit-box-shadow: 1px 1px 3px 2px #fce25f;
  box-shadow:         1px 1px 3px 2px #fce25f;">
Div content here</div>

This div box has shadow with color #fce25f


Comments

No comments written yet.

Please login to write comment.