Color Hex Logo

#eedaac Color Hex

#EEDAAC
(238,218,172)
0 Favorites   0 Comments

Color spaces of #eedaac

RGB 238218172
HSL0.120.660.80
HSV42°28°93°
CMYK 0.000.080.28   0.07
XYZ67.777771.298549.2194
Yxy71.29850.36000.3787
Hunter Lab84.4384-4.487524.5466
CIE-Lab87.62980.023325.1791

#eedaac color RGB value is (238,218,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 10101100
Octal 356 332 254
Decimal 238 218 172
Hex EE DA AC

RGB Percentages of Color #eedaac

%37.90
%34.71
%27.39

CMYK Percentages of Color #eedaac

%0
%8
%28
%7

Triadic Colors of #eedaac

#eedaac #aceeda #daacee

Analogous Colors of #eedaac

#eedaac #e1eeac #eeb9ac

Monochromatic Colors of #eedaac

#eedaac

Complementary Color

#eedaac #acc0ee

#eedaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedaac Color CSS Codes

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

#eedaac Text Font Color

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

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


#eedaac Background Color

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

This div background color is #eedaac


#eedaac Border Color

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

This div border color is #eedaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedaac


Comments

No comments written yet.

Please login to write comment.