Color Hex Logo

#fed5ac Color Hex

#FED5AC
(254,213,172)
0 Favorites   0 Comments

Color spaces of #fed5ac

RGB 254213172
HSL0.080.980.84
HSV30°32°100°
CMYK 0.000.160.32   0.00
XYZ72.113771.637949.0564
Yxy71.63790.37400.3716
Hunter Lab84.63923.965824.8833
CIE-Lab87.79408.645225.6318

#fed5ac color RGB value is (254,213,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 10101100
Octal 376 325 254
Decimal 254 213 172
Hex FE D5 AC

RGB Percentages of Color #fed5ac

%39.75
%33.33
%26.92

CMYK Percentages of Color #fed5ac

%0
%16
%32
%0

Triadic Colors of #fed5ac

#fed5ac #acfed5 #d5acfe

Analogous Colors of #fed5ac

#fed5ac #fefeac #feacac

Monochromatic Colors of #fed5ac

#fed5ac

Complementary Color

#fed5ac #acd5fe

#fed5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed5ac Color CSS Codes

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

#fed5ac Text Font Color

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

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


#fed5ac Background Color

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

This div background color is #fed5ac


#fed5ac Border Color

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

This div border color is #fed5ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed5ac


Comments

No comments written yet.

Please login to write comment.