Color Hex Logo

#eab180 Color Hex

#EAB180
(234,177,128)
1 Favorites   0 Comments

Color spaces of #eab180

RGB 234177128
HSL0.080.720.71
HSV28°45°92°
CMYK 0.000.240.45   0.08
XYZ53.550150.495227.3462
Yxy50.49520.40760.3843
Hunter Lab71.060010.160926.9253
CIE-Lab76.372214.806433.0771

#eab180 color RGB value is (234,177,128).

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

The process color (four color CMYK) of #eab180 color hex is 0.00, 0.24, 0.45, 0.08. Web safe color of #eab180 is #ff9999. Color #eab180 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 10000000
Octal 352 261 200
Decimal 234 177 128
Hex EA B1 80

RGB Percentages of Color #eab180

%43.41
%32.84
%23.75

CMYK Percentages of Color #eab180

%0
%24
%45
%8

Triadic Colors of #eab180

#eab180 #80eab1 #b180ea

Analogous Colors of #eab180

#eab180 #eae680 #ea8084

Monochromatic Colors of #eab180

#eab180

Complementary Color

#eab180 #80b9ea

#eab180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab180 Color CSS Codes

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

#eab180 Text Font Color

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

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


#eab180 Background Color

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

This div background color is #eab180


#eab180 Border Color

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

This div border color is #eab180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab180


Comments

No comments written yet.

Please login to write comment.