Color Hex Logo

#eed1ac Color Hex

#EED1AC
(238,209,172)
0 Favorites   0 Comments

Color spaces of #eed1ac

RGB 238209172
HSL0.090.660.80
HSV34°28°93°
CMYK 0.000.120.28   0.07
XYZ65.506866.756648.4625
Yxy66.75660.36250.3694
Hunter Lab81.70470.129222.0259
CIE-Lab85.38094.671322.0924

#eed1ac color RGB value is (238,209,172).

#eed1ac hex color red value is 238, green value is 209 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #eed1ac hue: 0.09 , saturation: 0.66 and the lightness value of eed1ac is 0.80.

The process color (four color CMYK) of #eed1ac color hex is 0.00, 0.12, 0.28, 0.07. Web safe color of #eed1ac is #ffcc99. Color #eed1ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 10101100
Octal 356 321 254
Decimal 238 209 172
Hex EE D1 AC

RGB Percentages of Color #eed1ac

%38.45
%33.76
%27.79

CMYK Percentages of Color #eed1ac

%0
%12
%28
%7

Triadic Colors of #eed1ac

#eed1ac #aceed1 #d1acee

Analogous Colors of #eed1ac

#eed1ac #eaeeac #eeb0ac

Monochromatic Colors of #eed1ac

#eed1ac

Complementary Color

#eed1ac #acc9ee

#eed1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed1ac Color CSS Codes

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

#eed1ac Text Font Color

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

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


#eed1ac Background Color

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

This div background color is #eed1ac


#eed1ac Border Color

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

This div border color is #eed1ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed1ac


Comments

No comments written yet.

Please login to write comment.