Color Hex Logo

#eda585 Color Hex

#EDA585
(237,165,133)
0 Favorites   0 Comments

Color spaces of #eda585

RGB 237165133
HSL0.050.740.73
HSV18°44°93°
CMYK 0.000.300.44   0.07
XYZ52.613846.608228.4135
Yxy46.60820.41220.3652
Hunter Lab68.270218.091823.1131
CIE-Lab73.938522.875827.2602

#eda585 color RGB value is (237,165,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100101 10000101
Octal 355 245 205
Decimal 237 165 133
Hex ED A5 85

RGB Percentages of Color #eda585

%44.30
%30.84
%24.86

CMYK Percentages of Color #eda585

%0
%30
%44
%7

Triadic Colors of #eda585

#eda585 #85eda5 #a585ed

Analogous Colors of #eda585

#eda585 #edd985 #ed8599

Monochromatic Colors of #eda585

#eda585

Complementary Color

#eda585 #85cded

#eda585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda585 Color CSS Codes

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

#eda585 Text Font Color

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

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


#eda585 Background Color

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

This div background color is #eda585


#eda585 Border Color

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

This div border color is #eda585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda585


Comments

No comments written yet.

Please login to write comment.