Color Hex Logo

#fec8ac Color Hex

#FEC8AC
(254,200,172)
0 Favorites   0 Comments

Color spaces of #fec8ac

RGB 254200172
HSL0.060.980.84
HSV20°32°100°
CMYK 0.000.210.32   0.00
XYZ68.973765.357948.0098
Yxy65.35790.37830.3584
Hunter Lab80.844210.813121.3813
CIE-Lab84.667815.402821.3400

#fec8ac color RGB value is (254,200,172).

#fec8ac hex color red value is 254, green value is 200 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fec8ac hue: 0.06 , saturation: 0.98 and the lightness value of fec8ac is 0.84.

The process color (four color CMYK) of #fec8ac color hex is 0.00, 0.21, 0.32, 0.00. Web safe color of #fec8ac is #ffcc99. Color #fec8ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 10101100
Octal 376 310 254
Decimal 254 200 172
Hex FE C8 AC

RGB Percentages of Color #fec8ac

%40.58
%31.95
%27.48

CMYK Percentages of Color #fec8ac

%0
%21
%32
%0

Triadic Colors of #fec8ac

#fec8ac #acfec8 #c8acfe

Analogous Colors of #fec8ac

#fec8ac #fef1ac #feacb9

Monochromatic Colors of #fec8ac

#fec8ac

Complementary Color

#fec8ac #ace2fe

#fec8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec8ac Color CSS Codes

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

#fec8ac Text Font Color

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

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


#fec8ac Background Color

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

This div background color is #fec8ac


#fec8ac Border Color

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

This div border color is #fec8ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec8ac


Comments

No comments written yet.

Please login to write comment.