Color Hex Logo

#eaa880 Color Hex

#EAA880
(234,168,128)
0 Favorites   0 Comments

Color spaces of #eaa880

RGB 234168128
HSL0.060.720.71
HSV23°45°92°
CMYK 0.000.280.45   0.08
XYZ51.830647.056226.7731
Yxy47.05620.41250.3745
Hunter Lab68.597514.824524.8778
CIE-Lab74.225719.590430.2639

#eaa880 color RGB value is (234,168,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101000 10000000
Octal 352 250 200
Decimal 234 168 128
Hex EA A8 80

RGB Percentages of Color #eaa880

%44.15
%31.70
%24.15

CMYK Percentages of Color #eaa880

%0
%28
%45
%8

Triadic Colors of #eaa880

#eaa880 #80eaa8 #a880ea

Analogous Colors of #eaa880

#eaa880 #eadd80 #ea808d

Monochromatic Colors of #eaa880

#eaa880

Complementary Color

#eaa880 #80c2ea

#eaa880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa880 Color CSS Codes

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

#eaa880 Text Font Color

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

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


#eaa880 Background Color

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

This div background color is #eaa880


#eaa880 Border Color

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

This div border color is #eaa880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa880


Comments

No comments written yet.

Please login to write comment.