Color Hex Logo

#eed2ac Color Hex

#EED2AC
(238,210,172)
0 Favorites   0 Comments

Color spaces of #eed2ac

RGB 238210172
HSL0.100.660.80
HSV35°28°93°
CMYK 0.000.120.28   0.07
XYZ65.752967.248948.5445
Yxy67.24890.36220.3704
Hunter Lab82.0054-0.386122.3061
CIE-Lab85.62954.152222.4350

#eed2ac color RGB value is (238,210,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010010 10101100
Octal 356 322 254
Decimal 238 210 172
Hex EE D2 AC

RGB Percentages of Color #eed2ac

%38.39
%33.87
%27.74

CMYK Percentages of Color #eed2ac

%0
%12
%28
%7

Triadic Colors of #eed2ac

#eed2ac #aceed2 #d2acee

Analogous Colors of #eed2ac

#eed2ac #e9eeac #eeb1ac

Monochromatic Colors of #eed2ac

#eed2ac

Complementary Color

#eed2ac #acc8ee

#eed2ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed2ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed2ac Color CSS Codes

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

#eed2ac Text Font Color

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

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


#eed2ac Background Color

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

This div background color is #eed2ac


#eed2ac Border Color

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

This div border color is #eed2ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed2ac


Comments

No comments written yet.

Please login to write comment.