Color Hex Logo

#edd585 Color Hex

#EDD585
(237,213,133)
0 Favorites   0 Comments

Color spaces of #edd585

RGB 237213133
HSL0.130.740.73
HSV46°44°93°
CMYK 0.000.100.44   0.07
XYZ62.952967.286531.8599
Yxy67.28650.38840.4151
Hunter Lab82.0283-6.559334.3915
CIE-Lab85.6484-2.297742.4783

#edd585 color RGB value is (237,213,133).

#edd585 hex color red value is 237, green value is 213 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #edd585 hue: 0.13 , saturation: 0.74 and the lightness value of edd585 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010101 10000101
Octal 355 325 205
Decimal 237 213 133
Hex ED D5 85

RGB Percentages of Color #edd585

%40.65
%36.54
%22.81

CMYK Percentages of Color #edd585

%0
%10
%44
%7

Triadic Colors of #edd585

#edd585 #85edd5 #d585ed

Analogous Colors of #edd585

#edd585 #d1ed85 #eda185

Monochromatic Colors of #edd585

#edd585

Complementary Color

#edd585 #859ded

#edd585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd585 Color CSS Codes

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

#edd585 Text Font Color

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

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


#edd585 Background Color

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

This div background color is #edd585


#edd585 Border Color

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

This div border color is #edd585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd585


Comments

No comments written yet.

Please login to write comment.