Color Hex Logo

#eaaabd Color Hex

#EAAABD
(234,170,189)
0 Favorites   0 Comments

Color spaces of #eaaabd

RGB 234170189
HSL0.950.600.79
HSV342°27°92°
CMYK 0.000.270.19   0.08
XYZ57.491749.916054.7487
Yxy49.91600.35450.3078
Hunter Lab70.651321.61283.5112
CIE-Lab76.017726.2279-0.3870

#eaaabd color RGB value is (234,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101010 10111101
Octal 352 252 275
Decimal 234 170 189
Hex EA AA BD

RGB Percentages of Color #eaaabd

%39.46
%28.67
%31.87

CMYK Percentages of Color #eaaabd

%0
%27
%19
%8

Triadic Colors of #eaaabd

#eaaabd #bdeaaa #aabdea

Analogous Colors of #eaaabd

#eaaabd #eab7aa #eaaadd

Monochromatic Colors of #eaaabd

#eaaabd

Complementary Color

#eaaabd #aaead7

#eaaabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaabd Color CSS Codes

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

#eaaabd Text Font Color

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

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


#eaaabd Background Color

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

This div background color is #eaaabd


#eaaabd Border Color

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

This div border color is #eaaabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaabd


Comments

No comments written yet.

Please login to write comment.