Color Hex Logo

#eddcaa Color Hex

#EDDCAA
(237,220,170)
0 Favorites   0 Comments

Color spaces of #eddcaa

RGB 237220170
HSL0.120.650.80
HSV45°28°93°
CMYK 0.000.070.28   0.07
XYZ67.774072.093248.3735
Yxy72.09320.36000.3830
Hunter Lab84.9077-6.108425.6568
CIE-Lab88.0134-1.638326.7249

#eddcaa color RGB value is (237,220,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 10101010
Octal 355 334 252
Decimal 237 220 170
Hex ED DC AA

RGB Percentages of Color #eddcaa

%37.80
%35.09
%27.11

CMYK Percentages of Color #eddcaa

%0
%7
%28
%7

Triadic Colors of #eddcaa

#eddcaa #aaeddc #dcaaed

Analogous Colors of #eddcaa

#eddcaa #ddedaa #edbbaa

Monochromatic Colors of #eddcaa

#eddcaa

Complementary Color

#eddcaa #aabbed

#eddcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddcaa Color CSS Codes

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

#eddcaa Text Font Color

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

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


#eddcaa Background Color

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

This div background color is #eddcaa


#eddcaa Border Color

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

This div border color is #eddcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddcaa


Comments

No comments written yet.

Please login to write comment.