Color Hex Logo

#fed8ac Color Hex

#FED8AC
(254,216,172)
0 Favorites   0 Comments

Color spaces of #fed8ac

RGB 254216172
HSL0.090.980.84
HSV32°32°100°
CMYK 0.000.150.32   0.00
XYZ72.875373.161149.3103
Yxy73.16110.37310.3745
Hunter Lab85.53432.397325.6934
CIE-Lab88.52457.096426.6271

#fed8ac color RGB value is (254,216,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011000 10101100
Octal 376 330 254
Decimal 254 216 172
Hex FE D8 AC

RGB Percentages of Color #fed8ac

%39.56
%33.64
%26.79

CMYK Percentages of Color #fed8ac

%0
%15
%32
%0

Triadic Colors of #fed8ac

#fed8ac #acfed8 #d8acfe

Analogous Colors of #fed8ac

#fed8ac #fbfeac #feafac

Monochromatic Colors of #fed8ac

#fed8ac

Complementary Color

#fed8ac #acd2fe

#fed8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed8ac Color CSS Codes

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

#fed8ac Text Font Color

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

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


#fed8ac Background Color

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

This div background color is #fed8ac


#fed8ac Border Color

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

This div border color is #fed8ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed8ac


Comments

No comments written yet.

Please login to write comment.