Color Hex Logo

#eda587 Color Hex

#EDA587
(237,165,135)
0 Favorites   0 Comments

Color spaces of #eda587

RGB 237165135
HSL0.050.740.73
HSV18°43°93°
CMYK 0.000.300.43   0.07
XYZ52.753446.664129.1483
Yxy46.66410.41030.3630
Hunter Lab68.311118.302522.5188
CIE-Lab73.974423.083626.2298

#eda587 color RGB value is (237,165,135).

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

The process color (four color CMYK) of #eda587 color hex is 0.00, 0.30, 0.43, 0.07. Web safe color of #eda587 is #ff9999. Color #eda587 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100101 10000111
Octal 355 245 207
Decimal 237 165 135
Hex ED A5 87

RGB Percentages of Color #eda587

%44.13
%30.73
%25.14

CMYK Percentages of Color #eda587

%0
%30
%43
%7

Triadic Colors of #eda587

#eda587 #87eda5 #a587ed

Analogous Colors of #eda587

#eda587 #edd887 #ed879c

Monochromatic Colors of #eda587

#eda587

Complementary Color

#eda587 #87cfed

#eda587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda587 Color CSS Codes

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

#eda587 Text Font Color

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

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


#eda587 Background Color

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

This div background color is #eda587


#eda587 Border Color

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

This div border color is #eda587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda587


Comments

No comments written yet.

Please login to write comment.