Color Hex Logo

#edd989 Color Hex

#EDD989
(237,217,137)
0 Favorites   0 Comments

Color spaces of #edd989

RGB 237217137
HSL0.130.740.73
HSV48°42°93°
CMYK 0.000.080.42   0.07
XYZ64.253369.436433.6830
Yxy69.43640.38390.4149
Hunter Lab83.3285-8.186334.3638
CIE-Lab86.7197-3.934741.8395

#edd989 color RGB value is (237,217,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 10001001
Octal 355 331 211
Decimal 237 217 137
Hex ED D9 89

RGB Percentages of Color #edd989

%40.10
%36.72
%23.18

CMYK Percentages of Color #edd989

%0
%8
%42
%7

Triadic Colors of #edd989

#edd989 #89edd9 #d989ed

Analogous Colors of #edd989

#edd989 #cfed89 #eda789

Monochromatic Colors of #edd989

#edd989

Complementary Color

#edd989 #899ded

#edd989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd989 Color CSS Codes

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

#edd989 Text Font Color

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

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


#edd989 Background Color

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

This div background color is #edd989


#edd989 Border Color

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

This div border color is #edd989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd989


Comments

No comments written yet.

Please login to write comment.