Color Hex Logo

#edc587 Color Hex

#EDC587
(237,197,135)
0 Favorites   0 Comments

Color spaces of #edc587

RGB 237197135
HSL0.100.740.73
HSV36°43°93°
CMYK 0.000.170.43   0.07
XYZ59.264559.686331.3187
Yxy59.68630.39440.3972
Hunter Lab77.25691.729430.0446
CIE-Lab81.66746.178136.3706

#edc587 color RGB value is (237,197,135).

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

The process color (four color CMYK) of #edc587 color hex is 0.00, 0.17, 0.43, 0.07. Web safe color of #edc587 is #ffcc99. Color #edc587 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 10000111
Octal 355 305 207
Decimal 237 197 135
Hex ED C5 87

RGB Percentages of Color #edc587

%41.65
%34.62
%23.73

CMYK Percentages of Color #edc587

%0
%17
%43
%7

Triadic Colors of #edc587

#edc587 #87edc5 #c587ed

Analogous Colors of #edc587

#edc587 #e2ed87 #ed9287

Monochromatic Colors of #edc587

#edc587

Complementary Color

#edc587 #87afed

#edc587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc587 Color CSS Codes

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

#edc587 Text Font Color

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

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


#edc587 Background Color

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

This div background color is #edc587


#edc587 Border Color

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

This div border color is #edc587


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,197,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #edc587">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc587


Comments

No comments written yet.

Please login to write comment.