Color Hex Logo

#eedaab Color Hex

#EEDAAB
(238,218,171)
0 Favorites   0 Comments

Color spaces of #eedaab

RGB 238218171
HSL0.120.660.80
HSV42°28°93°
CMYK 0.000.080.28   0.07
XYZ67.682071.260248.7155
Yxy71.26020.36070.3797
Hunter Lab84.4158-4.611724.8754
CIE-Lab87.6113-0.107025.6727

#eedaab color RGB value is (238,218,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 10101011
Octal 356 332 253
Decimal 238 218 171
Hex EE DA AB

RGB Percentages of Color #eedaab

%37.96
%34.77
%27.27

CMYK Percentages of Color #eedaab

%0
%8
%28
%7

Triadic Colors of #eedaab

#eedaab #abeeda #daabee

Analogous Colors of #eedaab

#eedaab #e1eeab #eeb9ab

Monochromatic Colors of #eedaab

#eedaab

Complementary Color

#eedaab #abbfee

#eedaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedaab Color CSS Codes

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

#eedaab Text Font Color

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

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


#eedaab Background Color

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

This div background color is #eedaab


#eedaab Border Color

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

This div border color is #eedaab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,218,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eedaab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedaab

#eedaab Color Palettes


Comments

No comments written yet.

Please login to write comment.