Color Hex Logo

#edd5af Color Hex

#EDD5AF
(237,213,175)
0 Favorites   0 Comments

Color spaces of #edd5af

RGB 237213175
HSL0.100.630.81
HSV37°26°93°
CMYK 0.000.100.26   0.07
XYZ66.457268.688250.3129
Yxy68.68820.35830.3704
Hunter Lab82.8783-1.904322.0217
CIE-Lab86.34942.622321.8431

#edd5af color RGB value is (237,213,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010101 10101111
Octal 355 325 257
Decimal 237 213 175
Hex ED D5 AF

RGB Percentages of Color #edd5af

%37.92
%34.08
%28.00

CMYK Percentages of Color #edd5af

%0
%10
%26
%7

Triadic Colors of #edd5af

#edd5af #afedd5 #d5afed

Analogous Colors of #edd5af

#edd5af #e6edaf #edb6af

Monochromatic Colors of #edd5af

#edd5af

Complementary Color

#edd5af #afc7ed

#edd5af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd5af Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd5af Color CSS Codes

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

#edd5af Text Font Color

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

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


#edd5af Background Color

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

This div background color is #edd5af


#edd5af Border Color

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

This div border color is #edd5af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd5af


Comments

No comments written yet.

Please login to write comment.