Color Hex Logo

#eaaa88 Color Hex

#EAAA88
(234,170,136)
0 Favorites   0 Comments

Color spaces of #eaaa88

RGB 234170136
HSL0.060.700.73
HSV21°42°92°
CMYK 0.000.270.42   0.08
XYZ52.750348.019429.7810
Yxy48.01940.40410.3678
Hunter Lab69.296014.611723.0265
CIE-Lab74.837219.356826.7914

#eaaa88 color RGB value is (234,170,136).

#eaaa88 hex color red value is 234, green value is 170 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #eaaa88 hue: 0.06 , saturation: 0.70 and the lightness value of eaaa88 is 0.73.

The process color (four color CMYK) of #eaaa88 color hex is 0.00, 0.27, 0.42, 0.08. Web safe color of #eaaa88 is #ff9999. Color #eaaa88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101010 10001000
Octal 352 252 210
Decimal 234 170 136
Hex EA AA 88

RGB Percentages of Color #eaaa88

%43.33
%31.48
%25.19

CMYK Percentages of Color #eaaa88

%0
%27
%42
%8

Triadic Colors of #eaaa88

#eaaa88 #88eaaa #aa88ea

Analogous Colors of #eaaa88

#eaaa88 #eadb88 #ea8897

Monochromatic Colors of #eaaa88

#eaaa88

Complementary Color

#eaaa88 #88c8ea

#eaaa88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaa88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaa88 Color CSS Codes

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

#eaaa88 Text Font Color

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

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


#eaaa88 Background Color

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

This div background color is #eaaa88


#eaaa88 Border Color

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

This div border color is #eaaa88


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,170,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaa88


Comments

No comments written yet.

Please login to write comment.