Color Hex Logo

#fce94a Color Hex

#FCE94A
(252,233,74)
0 Favorites   0 Comments

Color spaces of #fce94a

RGB 25223374
HSL0.150.970.64
HSV54°71°99°
CMYK 0.000.080.71   0.01
XYZ70.519879.467718.1006
Yxy79.46770.41950.4728
Hunter Lab89.1447-14.796950.3626
CIE-Lab91.4455-10.478875.2808

#fce94a color RGB value is (252,233,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101001 01001010
Octal 374 351 112
Decimal 252 233 74
Hex FC E9 4A

RGB Percentages of Color #fce94a

%45.08
%41.68
%13.24

CMYK Percentages of Color #fce94a

%0
%8
%71
%1

Triadic Colors of #fce94a

#fce94a #4afce9 #e94afc

Analogous Colors of #fce94a

#fce94a #b6fc4a #fc904a

Monochromatic Colors of #fce94a

#fce94a

Complementary Color

#fce94a #4a5dfc

#fce94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce94a Color CSS Codes

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

#fce94a Text Font Color

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

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


#fce94a Background Color

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

This div background color is #fce94a


#fce94a Border Color

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

This div border color is #fce94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce94a


Comments

No comments written yet.

Please login to write comment.