Color Hex Logo

#edd789 Color Hex

#EDD789
(237,215,137)
0 Favorites   0 Comments

Color spaces of #edd789

RGB 237215137
HSL0.130.740.73
HSV47°42°93°
CMYK 0.000.090.42   0.07
XYZ63.740868.411533.5122
Yxy68.41150.38480.4130
Hunter Lab82.7112-7.185033.8753
CIE-Lab86.2118-2.915341.1929

#edd789 color RGB value is (237,215,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 10001001
Octal 355 327 211
Decimal 237 215 137
Hex ED D7 89

RGB Percentages of Color #edd789

%40.24
%36.50
%23.26

CMYK Percentages of Color #edd789

%0
%9
%42
%7

Triadic Colors of #edd789

#edd789 #89edd7 #d789ed

Analogous Colors of #edd789

#edd789 #d1ed89 #eda589

Monochromatic Colors of #edd789

#edd789

Complementary Color

#edd789 #899fed

#edd789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd789 Color CSS Codes

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

#edd789 Text Font Color

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

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


#edd789 Background Color

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

This div background color is #edd789


#edd789 Border Color

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

This div border color is #edd789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd789


Comments

No comments written yet.

Please login to write comment.