Color Hex Logo

#edd389 Color Hex

#EDD389
(237,211,137)
0 Favorites   0 Comments

Color spaces of #edd389

RGB 237211137
HSL0.120.740.73
HSV44°42°93°
CMYK 0.000.110.42   0.07
XYZ62.734766.399233.1768
Yxy66.39920.38650.4091
Hunter Lab81.4857-5.175332.9001
CIE-Lab85.1996-0.867439.8998

#edd389 color RGB value is (237,211,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010011 10001001
Octal 355 323 211
Decimal 237 211 137
Hex ED D3 89

RGB Percentages of Color #edd389

%40.51
%36.07
%23.42

CMYK Percentages of Color #edd389

%0
%11
%42
%7

Triadic Colors of #edd389

#edd389 #89edd3 #d389ed

Analogous Colors of #edd389

#edd389 #d5ed89 #eda189

Monochromatic Colors of #edd389

#edd389

Complementary Color

#edd389 #89a3ed

#edd389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd389 Color CSS Codes

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

#edd389 Text Font Color

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

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


#edd389 Background Color

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

This div background color is #edd389


#edd389 Border Color

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

This div border color is #edd389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd389


Comments

No comments written yet.

Please login to write comment.