Color Hex Logo

#eedcac Color Hex

#EEDCAC
(238,220,172)
0 Favorites   0 Comments

Color spaces of #eedcac

RGB 238220172
HSL0.120.660.80
HSV44°28°93°
CMYK 0.000.080.28   0.07
XYZ68.299572.342149.3934
Yxy72.34210.35940.3807
Hunter Lab85.0542-5.507225.1065
CIE-Lab88.1330-1.002125.8659

#eedcac color RGB value is (238,220,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 10101100
Octal 356 334 254
Decimal 238 220 172
Hex EE DC AC

RGB Percentages of Color #eedcac

%37.78
%34.92
%27.30

CMYK Percentages of Color #eedcac

%0
%8
%28
%7

Triadic Colors of #eedcac

#eedcac #aceedc #dcacee

Analogous Colors of #eedcac

#eedcac #dfeeac #eebbac

Monochromatic Colors of #eedcac

#eedcac

Complementary Color

#eedcac #acbeee

#eedcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedcac Color CSS Codes

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

#eedcac Text Font Color

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

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


#eedcac Background Color

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

This div background color is #eedcac


#eedcac Border Color

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

This div border color is #eedcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedcac


Comments

No comments written yet.

Please login to write comment.