Color Hex Logo

#edd1aa Color Hex

#EDD1AA
(237,209,170)
0 Favorites   0 Comments

Color spaces of #edd1aa

RGB 237209170
HSL0.100.650.80
HSV35°28°93°
CMYK 0.000.120.28   0.07
XYZ64.981266.507747.4426
Yxy66.50770.36320.3717
Hunter Lab81.5523-0.486822.5949
CIE-Lab85.25474.030722.9537

#edd1aa color RGB value is (237,209,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 10101010
Octal 355 321 252
Decimal 237 209 170
Hex ED D1 AA

RGB Percentages of Color #edd1aa

%38.47
%33.93
%27.60

CMYK Percentages of Color #edd1aa

%0
%12
%28
%7

Triadic Colors of #edd1aa

#edd1aa #aaedd1 #d1aaed

Analogous Colors of #edd1aa

#edd1aa #e8edaa #edb0aa

Monochromatic Colors of #edd1aa

#edd1aa

Complementary Color

#edd1aa #aac6ed

#edd1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd1aa Color CSS Codes

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

#edd1aa Text Font Color

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

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


#edd1aa Background Color

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

This div background color is #edd1aa


#edd1aa Border Color

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

This div border color is #edd1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd1aa

#edd1aa Color Palettes


Comments

No comments written yet.

Please login to write comment.