Color Hex Logo

#fec05e Color Hex

#FEC05E
(254,192,94)
0 Favorites   0 Comments

Color spaces of #fec05e

RGB 25419294
HSL0.100.990.68
HSV37°63°100°
CMYK 0.000.240.63   0.00
XYZ61.743159.578318.8352
Yxy59.57830.44050.4251
Hunter Lab77.18707.707839.5629
CIE-Lab81.608412.306056.8524

#fec05e color RGB value is (254,192,94).

#fec05e hex color red value is 254, green value is 192 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fec05e hue: 0.10 , saturation: 0.99 and the lightness value of fec05e is 0.68.

The process color (four color CMYK) of #fec05e color hex is 0.00, 0.24, 0.63, 0.00. Web safe color of #fec05e is #ffcc66. Color #fec05e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000000 01011110
Octal 376 300 136
Decimal 254 192 94
Hex FE C0 5E

RGB Percentages of Color #fec05e

%47.04
%35.56
%17.41

CMYK Percentages of Color #fec05e

%0
%24
%63
%0

Triadic Colors of #fec05e

#fec05e #5efec0 #c05efe

Analogous Colors of #fec05e

#fec05e #ecfe5e #fe705e

Monochromatic Colors of #fec05e

#fec05e

Complementary Color

#fec05e #5e9cfe

#fec05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec05e Color CSS Codes

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

#fec05e Text Font Color

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

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


#fec05e Background Color

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

This div background color is #fec05e


#fec05e Border Color

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

This div border color is #fec05e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,192,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fec05e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fec05e;
  -webkit-box-shadow: 1px 1px 3px 2px #fec05e;
  box-shadow:         1px 1px 3px 2px #fec05e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,192,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec05e


Comments

No comments written yet.

Please login to write comment.