Color Hex Logo

#fce94c Color Hex

#FCE94C
(252,233,76)
0 Favorites   0 Comments

Color spaces of #fce94c

RGB 25223376
HSL0.150.970.64
HSV54°70°99°
CMYK 0.000.080.70   0.01
XYZ70.588379.495118.4612
Yxy79.49510.41880.4717
Hunter Lab89.1600-14.711050.1356
CIE-Lab91.4578-10.385574.5766

#fce94c color RGB value is (252,233,76).

#fce94c hex color red value is 252, green value is 233 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fce94c hue: 0.15 , saturation: 0.97 and the lightness value of fce94c is 0.64.

The process color (four color CMYK) of #fce94c color hex is 0.00, 0.08, 0.70, 0.01. Web safe color of #fce94c is #ffff33. Color #fce94c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101001 01001100
Octal 374 351 114
Decimal 252 233 76
Hex FC E9 4C

RGB Percentages of Color #fce94c

%44.92
%41.53
%13.55

CMYK Percentages of Color #fce94c

%0
%8
%70
%1

Triadic Colors of #fce94c

#fce94c #4cfce9 #e94cfc

Analogous Colors of #fce94c

#fce94c #b7fc4c #fc914c

Monochromatic Colors of #fce94c

#fce94c

Complementary Color

#fce94c #4c5ffc

#fce94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce94c Color CSS Codes

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

#fce94c Text Font Color

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

This sample text font color is #fce94c
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.


#fce94c Background Color

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

This div background color is #fce94c


#fce94c Border Color

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

This div border color is #fce94c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce94c


Comments

No comments written yet.

Please login to write comment.