Color Hex Logo

#eedcad Color Hex

#EEDCAD
(238,220,173)
0 Favorites   0 Comments

Color spaces of #eedcad

RGB 238220173
HSL0.120.660.81
HSV43°27°93°
CMYK 0.000.080.27   0.07
XYZ68.395972.380749.9012
Yxy72.38070.35870.3796
Hunter Lab85.0768-5.382824.7777
CIE-Lab88.1515-0.871325.3730

#eedcad color RGB value is (238,220,173).

#eedcad hex color red value is 238, green value is 220 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eedcad hue: 0.12 , saturation: 0.66 and the lightness value of eedcad is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 10101101
Octal 356 334 255
Decimal 238 220 173
Hex EE DC AD

RGB Percentages of Color #eedcad

%37.72
%34.87
%27.42

CMYK Percentages of Color #eedcad

%0
%8
%27
%7

Triadic Colors of #eedcad

#eedcad #adeedc #dcadee

Analogous Colors of #eedcad

#eedcad #e0eead #eebcad

Monochromatic Colors of #eedcad

#eedcad

Complementary Color

#eedcad #adbfee

#eedcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedcad Color CSS Codes

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

#eedcad Text Font Color

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

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


#eedcad Background Color

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

This div background color is #eedcad


#eedcad Border Color

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

This div border color is #eedcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedcad


Comments

No comments written yet.

Please login to write comment.