Color Hex Logo

#eddeaa Color Hex

#EDDEAA
(237,222,170)
0 Favorites   0 Comments

Color spaces of #eddeaa

RGB 237222170
HSL0.130.650.80
HSV47°28°93°
CMYK 0.000.060.28   0.07
XYZ68.302073.149448.5495
Yxy73.14940.35950.3850
Hunter Lab85.5274-7.123326.2133
CIE-Lab88.5189-2.660127.4115

#eddeaa color RGB value is (237,222,170).

#eddeaa hex color red value is 237, green value is 222 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #eddeaa hue: 0.13 , saturation: 0.65 and the lightness value of eddeaa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 10101010
Octal 355 336 252
Decimal 237 222 170
Hex ED DE AA

RGB Percentages of Color #eddeaa

%37.68
%35.29
%27.03

CMYK Percentages of Color #eddeaa

%0
%6
%28
%7

Triadic Colors of #eddeaa

#eddeaa #aaedde #deaaed

Analogous Colors of #eddeaa

#eddeaa #dbedaa #edbdaa

Monochromatic Colors of #eddeaa

#eddeaa

Complementary Color

#eddeaa #aab9ed

#eddeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddeaa Color CSS Codes

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

#eddeaa Text Font Color

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

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


#eddeaa Background Color

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

This div background color is #eddeaa


#eddeaa Border Color

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

This div border color is #eddeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddeaa


Comments

No comments written yet.

Please login to write comment.