Color Hex Logo

#eaa890 Color Hex

#EAA890
(234,168,144)
0 Favorites   0 Comments

Color spaces of #eaa890

RGB 234168144
HSL0.040.680.74
HSV16°38°92°
CMYK 0.000.280.38   0.08
XYZ52.968447.511332.7644
Yxy47.51130.39750.3566
Hunter Lab68.928416.544420.0670
CIE-Lab74.515621.308122.0391

#eaa890 color RGB value is (234,168,144).

#eaa890 hex color red value is 234, green value is 168 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #eaa890 hue: 0.04 , saturation: 0.68 and the lightness value of eaa890 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101000 10010000
Octal 352 250 220
Decimal 234 168 144
Hex EA A8 90

RGB Percentages of Color #eaa890

%42.86
%30.77
%26.37

CMYK Percentages of Color #eaa890

%0
%28
%38
%8

Triadic Colors of #eaa890

#eaa890 #90eaa8 #a890ea

Analogous Colors of #eaa890

#eaa890 #ead590 #ea90a5

Monochromatic Colors of #eaa890

#eaa890

Complementary Color

#eaa890 #90d2ea

#eaa890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa890 Color CSS Codes

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

#eaa890 Text Font Color

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

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


#eaa890 Background Color

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

This div background color is #eaa890


#eaa890 Border Color

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

This div border color is #eaa890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa890


Comments

No comments written yet.

Please login to write comment.