Color Hex Logo

#eeeda0 Color Hex

#EEEDA0
(238,237,160)
0 Favorites   0 Comments

Color spaces of #eeeda0

RGB 238237160
HSL0.160.700.78
HSV59°33°93°
CMYK 0.000.000.33   0.07
XYZ71.889281.283645.1580
Yxy81.28360.36250.4098
Hunter Lab90.1574-15.444233.4130
CIE-Lab92.2577-11.068737.5019

#eeeda0 color RGB value is (238,237,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101101 10100000
Octal 356 355 240
Decimal 238 237 160
Hex EE ED A0

RGB Percentages of Color #eeeda0

%37.48
%37.32
%25.20

CMYK Percentages of Color #eeeda0

%0
%0
%33
%7

Triadic Colors of #eeeda0

#eeeda0 #a0eeed #eda0ee

Analogous Colors of #eeeda0

#eeeda0 #c8eea0 #eec6a0

Monochromatic Colors of #eeeda0

#eeeda0

Complementary Color

#eeeda0 #a0a1ee

#eeeda0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeda0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeda0 Color CSS Codes

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

#eeeda0 Text Font Color

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

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


#eeeda0 Background Color

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

This div background color is #eeeda0


#eeeda0 Border Color

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

This div border color is #eeeda0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeda0


Comments

No comments written yet.

Please login to write comment.