Color Hex Logo

#edc2aa Color Hex

#EDC2AA
(237,194,170)
0 Favorites   0 Comments

Color spaces of #edc2aa

RGB 237194170
HSL0.060.650.80
HSV21°28°93°
CMYK 0.000.180.28   0.07
XYZ61.472559.490446.2730
Yxy59.49040.36760.3557
Hunter Lab77.13007.286718.4209
CIE-Lab81.560411.879517.8406

#edc2aa color RGB value is (237,194,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 10101010
Octal 355 302 252
Decimal 237 194 170
Hex ED C2 AA

RGB Percentages of Color #edc2aa

%39.43
%32.28
%28.29

CMYK Percentages of Color #edc2aa

%0
%18
%28
%7

Triadic Colors of #edc2aa

#edc2aa #aaedc2 #c2aaed

Analogous Colors of #edc2aa

#edc2aa #ede4aa #edaab4

Monochromatic Colors of #edc2aa

#edc2aa

Complementary Color

#edc2aa #aad5ed

#edc2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc2aa Color CSS Codes

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

#edc2aa Text Font Color

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

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


#edc2aa Background Color

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

This div background color is #edc2aa


#edc2aa Border Color

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

This div border color is #edc2aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc2aa


Comments

No comments written yet.

Please login to write comment.