Color Hex Logo

#eaaab4 Color Hex

#EAAAB4
(234,170,180)
0 Favorites   0 Comments

Color spaces of #eaaab4

RGB 234170180
HSL0.970.600.79
HSV351°27°92°
CMYK 0.000.270.23   0.08
XYZ56.544649.537249.7614
Yxy49.53720.36280.3179
Hunter Lab70.382720.23517.3491
CIE-Lab75.784324.89884.1944

#eaaab4 color RGB value is (234,170,180).

#eaaab4 hex color red value is 234, green value is 170 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #eaaab4 hue: 0.97 , saturation: 0.60 and the lightness value of eaaab4 is 0.79.

The process color (four color CMYK) of #eaaab4 color hex is 0.00, 0.27, 0.23, 0.08. Web safe color of #eaaab4 is #ff99cc. Color #eaaab4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101010 10110100
Octal 352 252 264
Decimal 234 170 180
Hex EA AA B4

RGB Percentages of Color #eaaab4

%40.07
%29.11
%30.82

CMYK Percentages of Color #eaaab4

%0
%27
%23
%8

Triadic Colors of #eaaab4

#eaaab4 #b4eaaa #aab4ea

Analogous Colors of #eaaab4

#eaaab4 #eac0aa #eaaad4

Monochromatic Colors of #eaaab4

#eaaab4

Complementary Color

#eaaab4 #aaeae0

#eaaab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaab4 Color CSS Codes

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

#eaaab4 Text Font Color

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

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


#eaaab4 Background Color

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

This div background color is #eaaab4


#eaaab4 Border Color

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

This div border color is #eaaab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaab4


Comments

No comments written yet.

Please login to write comment.