Color Hex Logo

#eda580 Color Hex

#EDA580
(237,165,128)
0 Favorites   0 Comments

Color spaces of #eda580

RGB 237165128
HSL0.060.750.72
HSV20°46°93°
CMYK 0.000.300.46   0.07
XYZ52.276546.473326.6371
Yxy46.47330.41690.3706
Hunter Lab68.171317.581124.5531
CIE-Lab73.851622.370929.8314

#eda580 color RGB value is (237,165,128).

#eda580 hex color red value is 237, green value is 165 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #eda580 hue: 0.06 , saturation: 0.75 and the lightness value of eda580 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100101 10000000
Octal 355 245 200
Decimal 237 165 128
Hex ED A5 80

RGB Percentages of Color #eda580

%44.72
%31.13
%24.15

CMYK Percentages of Color #eda580

%0
%30
%46
%7

Triadic Colors of #eda580

#eda580 #80eda5 #a580ed

Analogous Colors of #eda580

#eda580 #eddc80 #ed8092

Monochromatic Colors of #eda580

#eda580

Complementary Color

#eda580 #80c8ed

#eda580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda580 Color CSS Codes

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

#eda580 Text Font Color

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

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


#eda580 Background Color

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

This div background color is #eda580


#eda580 Border Color

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

This div border color is #eda580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda580


Comments

No comments written yet.

Please login to write comment.