Color Hex Logo

#edd2af Color Hex

#EDD2AF
(237,210,175)
0 Favorites   0 Comments

Color spaces of #edd2af

RGB 237210175
HSL0.090.630.81
HSV34°26°93°
CMYK 0.000.110.26   0.07
XYZ65.709567.192950.0637
Yxy67.19290.35910.3672
Hunter Lab81.9713-0.361221.1687
CIE-Lab85.60134.176520.8088

#edd2af color RGB value is (237,210,175).

#edd2af hex color red value is 237, green value is 210 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #edd2af hue: 0.09 , saturation: 0.63 and the lightness value of edd2af is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 10101111
Octal 355 322 257
Decimal 237 210 175
Hex ED D2 AF

RGB Percentages of Color #edd2af

%38.10
%33.76
%28.14

CMYK Percentages of Color #edd2af

%0
%11
%26
%7

Triadic Colors of #edd2af

#edd2af #afedd2 #d2afed

Analogous Colors of #edd2af

#edd2af #e9edaf #edb3af

Monochromatic Colors of #edd2af

#edd2af

Complementary Color

#edd2af #afcaed

#edd2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd2af Color CSS Codes

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

#edd2af Text Font Color

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

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


#edd2af Background Color

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

This div background color is #edd2af


#edd2af Border Color

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

This div border color is #edd2af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd2af


Comments

No comments written yet.

Please login to write comment.