Color Hex Logo

#eab780 Color Hex

#EAB780
(234,183,128)
0 Favorites   0 Comments

Color spaces of #eab780

RGB 234183128
HSL0.090.720.71
HSV31°45°92°
CMYK 0.000.220.45   0.08
XYZ54.761552.917927.7500
Yxy52.91790.40440.3907
Hunter Lab72.74477.069928.3039
CIE-Lab77.826511.628734.9664

#eab780 color RGB value is (234,183,128).

#eab780 hex color red value is 234, green value is 183 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #eab780 hue: 0.09 , saturation: 0.72 and the lightness value of eab780 is 0.71.

The process color (four color CMYK) of #eab780 color hex is 0.00, 0.22, 0.45, 0.08. Web safe color of #eab780 is #ffcc99. Color #eab780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110111 10000000
Octal 352 267 200
Decimal 234 183 128
Hex EA B7 80

RGB Percentages of Color #eab780

%42.94
%33.58
%23.49

CMYK Percentages of Color #eab780

%0
%22
%45
%8

Triadic Colors of #eab780

#eab780 #80eab7 #b780ea

Analogous Colors of #eab780

#eab780 #e8ea80 #ea8280

Monochromatic Colors of #eab780

#eab780

Complementary Color

#eab780 #80b3ea

#eab780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab780 Color CSS Codes

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

#eab780 Text Font Color

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

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


#eab780 Background Color

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

This div background color is #eab780


#eab780 Border Color

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

This div border color is #eab780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab780


Comments

No comments written yet.

Please login to write comment.