Color Hex Logo

#eedaa9 Color Hex

#EEDAA9
(238,218,169)
0 Favorites   0 Comments

Color spaces of #eedaa9

RGB 238218169
HSL0.120.670.80
HSV43°29°93°
CMYK 0.000.080.29   0.07
XYZ67.492771.184547.7189
Yxy71.18450.36210.3819
Hunter Lab84.3709-4.857625.5261
CIE-Lab87.5746-0.365526.6597

#eedaa9 color RGB value is (238,218,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 10101001
Octal 356 332 251
Decimal 238 218 169
Hex EE DA A9

RGB Percentages of Color #eedaa9

%38.08
%34.88
%27.04

CMYK Percentages of Color #eedaa9

%0
%8
%29
%7

Triadic Colors of #eedaa9

#eedaa9 #a9eeda #daa9ee

Analogous Colors of #eedaa9

#eedaa9 #e0eea9 #eeb8a9

Monochromatic Colors of #eedaa9

#eedaa9

Complementary Color

#eedaa9 #a9bdee

#eedaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedaa9 Color CSS Codes

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

#eedaa9 Text Font Color

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

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


#eedaa9 Background Color

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

This div background color is #eedaa9


#eedaa9 Border Color

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

This div border color is #eedaa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedaa9

#eedaa9 Color Palettes


Comments

No comments written yet.

Please login to write comment.