Color Hex Logo

#edd289 Color Hex

#EDD289
(237,210,137)
0 Favorites   0 Comments

Color spaces of #edd289

RGB 237210137
HSL0.120.740.73
HSV44°42°93°
CMYK 0.000.110.42   0.07
XYZ62.487065.903933.0942
Yxy65.90390.38700.4081
Hunter Lab81.1812-4.671732.6568
CIE-Lab84.9474-0.353839.5766

#edd289 color RGB value is (237,210,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 10001001
Octal 355 322 211
Decimal 237 210 137
Hex ED D2 89

RGB Percentages of Color #edd289

%40.58
%35.96
%23.46

CMYK Percentages of Color #edd289

%0
%11
%42
%7

Triadic Colors of #edd289

#edd289 #89edd2 #d289ed

Analogous Colors of #edd289

#edd289 #d6ed89 #eda089

Monochromatic Colors of #edd289

#edd289

Complementary Color

#edd289 #89a4ed

#edd289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd289 Color CSS Codes

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

#edd289 Text Font Color

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

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


#edd289 Background Color

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

This div background color is #edd289


#edd289 Border Color

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

This div border color is #edd289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd289


Comments

No comments written yet.

Please login to write comment.