Color Hex Logo

#edd689 Color Hex

#EDD689
(237,214,137)
0 Favorites   0 Comments

Color spaces of #edd689

RGB 237214137
HSL0.130.740.73
HSV46°42°93°
CMYK 0.000.100.42   0.07
XYZ63.487067.903833.4275
Yxy67.90380.38520.4120
Hunter Lab82.4038-6.683433.6313
CIE-Lab85.9583-2.404440.8697

#edd689 color RGB value is (237,214,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010110 10001001
Octal 355 326 211
Decimal 237 214 137
Hex ED D6 89

RGB Percentages of Color #edd689

%40.31
%36.39
%23.30

CMYK Percentages of Color #edd689

%0
%10
%42
%7

Triadic Colors of #edd689

#edd689 #89edd6 #d689ed

Analogous Colors of #edd689

#edd689 #d2ed89 #eda489

Monochromatic Colors of #edd689

#edd689

Complementary Color

#edd689 #89a0ed

#edd689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd689 Color CSS Codes

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

#edd689 Text Font Color

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

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


#edd689 Background Color

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

This div background color is #edd689


#edd689 Border Color

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

This div border color is #edd689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd689


Comments

No comments written yet.

Please login to write comment.