Color Hex Logo

#eedaa5 Color Hex

#EEDAA5
(238,218,165)
0 Favorites   0 Comments

Color spaces of #eedaa5

RGB 238218165
HSL0.120.680.79
HSV44°31°93°
CMYK 0.000.080.31   0.07
XYZ67.122871.036645.7710
Yxy71.03660.36490.3862
Hunter Lab84.2832-5.339026.8001
CIE-Lab87.5028-0.872528.6318

#eedaa5 color RGB value is (238,218,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 10100101
Octal 356 332 245
Decimal 238 218 165
Hex EE DA A5

RGB Percentages of Color #eedaa5

%38.33
%35.10
%26.57

CMYK Percentages of Color #eedaa5

%0
%8
%31
%7

Triadic Colors of #eedaa5

#eedaa5 #a5eeda #daa5ee

Analogous Colors of #eedaa5

#eedaa5 #deeea5 #eeb6a5

Monochromatic Colors of #eedaa5

#eedaa5

Complementary Color

#eedaa5 #a5b9ee

#eedaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedaa5 Color CSS Codes

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

#eedaa5 Text Font Color

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

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


#eedaa5 Background Color

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

This div background color is #eedaa5


#eedaa5 Border Color

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

This div border color is #eedaa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedaa5


Comments

No comments written yet.

Please login to write comment.