Color Hex Logo

#fec3ac Color Hex

#FEC3AC
(254,195,172)
0 Favorites   0 Comments

Color spaces of #fec3ac

RGB 254195172
HSL0.050.980.84
HSV17°32°100°
CMYK 0.000.230.32   0.00
XYZ67.834663.079647.6300
Yxy63.07960.37990.3533
Hunter Lab79.422713.466520.0395
CIE-Lab83.484218.017219.7018

#fec3ac color RGB value is (254,195,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000011 10101100
Octal 376 303 254
Decimal 254 195 172
Hex FE C3 AC

RGB Percentages of Color #fec3ac

%40.90
%31.40
%27.70

CMYK Percentages of Color #fec3ac

%0
%23
%32
%0

Triadic Colors of #fec3ac

#fec3ac #acfec3 #c3acfe

Analogous Colors of #fec3ac

#fec3ac #feecac #feacbe

Monochromatic Colors of #fec3ac

#fec3ac

Complementary Color

#fec3ac #ace7fe

#fec3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec3ac Color CSS Codes

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

#fec3ac Text Font Color

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

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


#fec3ac Background Color

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

This div background color is #fec3ac


#fec3ac Border Color

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

This div border color is #fec3ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,195,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 #fec3ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec3ac


Comments

No comments written yet.

Please login to write comment.