Color Hex Logo

#edc889 Color Hex

#EDC889
(237,200,137)
0 Favorites   0 Comments

Color spaces of #edc889

RGB 237200137
HSL0.110.740.73
HSV38°42°93°
CMYK 0.000.160.42   0.07
XYZ60.094761.119232.2968
Yxy61.11920.39150.3981
Hunter Lab78.17880.397130.2316
CIE-Lab82.44284.821236.3472

#edc889 color RGB value is (237,200,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001000 10001001
Octal 355 310 211
Decimal 237 200 137
Hex ED C8 89

RGB Percentages of Color #edc889

%41.29
%34.84
%23.87

CMYK Percentages of Color #edc889

%0
%16
%42
%7

Triadic Colors of #edc889

#edc889 #89edc8 #c889ed

Analogous Colors of #edc889

#edc889 #e0ed89 #ed9689

Monochromatic Colors of #edc889

#edc889

Complementary Color

#edc889 #89aeed

#edc889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc889 Color CSS Codes

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

#edc889 Text Font Color

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

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


#edc889 Background Color

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

This div background color is #edc889


#edc889 Border Color

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

This div border color is #edc889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc889


Comments

No comments written yet.

Please login to write comment.