Color Hex Logo

#fec08e Color Hex

#FEC08E
(254,192,142)
0 Favorites   0 Comments

Color spaces of #fec08e

RGB 254192142
HSL0.070.980.78
HSV27°44°100°
CMYK 0.000.240.44   0.00
XYZ64.605260.723133.9069
Yxy60.72310.40570.3813
Hunter Lab77.925011.620028.7491
CIE-Lab82.229716.218633.7991

#fec08e color RGB value is (254,192,142).

#fec08e hex color red value is 254, green value is 192 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fec08e hue: 0.07 , saturation: 0.98 and the lightness value of fec08e is 0.78.

The process color (four color CMYK) of #fec08e color hex is 0.00, 0.24, 0.44, 0.00. Web safe color of #fec08e is #ffcc99. Color #fec08e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000000 10001110
Octal 376 300 216
Decimal 254 192 142
Hex FE C0 8E

RGB Percentages of Color #fec08e

%43.20
%32.65
%24.15

CMYK Percentages of Color #fec08e

%0
%24
%44
%0

Triadic Colors of #fec08e

#fec08e #8efec0 #c08efe

Analogous Colors of #fec08e

#fec08e #fef88e #fe8e94

Monochromatic Colors of #fec08e

#fec08e

Complementary Color

#fec08e #8eccfe

#fec08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec08e Color CSS Codes

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

#fec08e Text Font Color

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

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


#fec08e Background Color

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

This div background color is #fec08e


#fec08e Border Color

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

This div border color is #fec08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec08e


Comments

No comments written yet.

Please login to write comment.