Color Hex Logo

#eedea0 Color Hex

#EEDEA0
(238,222,160)
0 Favorites   0 Comments

Color spaces of #eedea0

RGB 238222160
HSL0.130.700.78
HSV48°33°93°
CMYK 0.000.070.33   0.07
XYZ67.726372.957843.7704
Yxy72.95780.36720.3955
Hunter Lab85.4153-7.943229.4081
CIE-Lab88.4276-3.528232.4417

#eedea0 color RGB value is (238,222,160).

#eedea0 hex color red value is 238, green value is 222 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #eedea0 hue: 0.13 , saturation: 0.70 and the lightness value of eedea0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 10100000
Octal 356 336 240
Decimal 238 222 160
Hex EE DE A0

RGB Percentages of Color #eedea0

%38.39
%35.81
%25.81

CMYK Percentages of Color #eedea0

%0
%7
%33
%7

Triadic Colors of #eedea0

#eedea0 #a0eede #dea0ee

Analogous Colors of #eedea0

#eedea0 #d7eea0 #eeb7a0

Monochromatic Colors of #eedea0

#eedea0

Complementary Color

#eedea0 #a0b0ee

#eedea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedea0 Color CSS Codes

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

#eedea0 Text Font Color

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

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


#eedea0 Background Color

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

This div background color is #eedea0


#eedea0 Border Color

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

This div border color is #eedea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedea0

#eedea0 Color Palettes


Comments

No comments written yet.

Please login to write comment.