Color Hex Logo

#eddead Color Hex

#EDDEAD
(237,222,173)
0 Favorites   0 Comments

Color spaces of #eddead

RGB 237222173
HSL0.130.640.80
HSV46°27°93°
CMYK 0.000.060.27   0.07
XYZ68.589273.264250.0615
Yxy73.26420.35740.3818
Hunter Lab85.5945-6.753525.2393
CIE-Lab88.5736-2.268825.9358

#eddead color RGB value is (237,222,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 10101101
Octal 355 336 255
Decimal 237 222 173
Hex ED DE AD

RGB Percentages of Color #eddead

%37.50
%35.13
%27.37

CMYK Percentages of Color #eddead

%0
%6
%27
%7

Triadic Colors of #eddead

#eddead #adedde #deaded

Analogous Colors of #eddead

#eddead #dcedad #edbead

Monochromatic Colors of #eddead

#eddead

Complementary Color

#eddead #adbced

#eddead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddead Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddead Color CSS Codes

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

#eddead Text Font Color

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

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


#eddead Background Color

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

This div background color is #eddead


#eddead Border Color

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

This div border color is #eddead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddead


Comments

No comments written yet.

Please login to write comment.