Color Hex Logo

#eaaad9 Color Hex

#EAAAD9
(234,170,217)
0 Favorites   0 Comments

Color spaces of #eaaad9

RGB 234170217
HSL0.880.600.79
HSV316°27°92°
CMYK 0.000.270.07   0.08
XYZ60.830851.251672.3321
Yxy51.25160.32990.2779
Hunter Lab71.590226.3900-9.7913
CIE-Lab76.831230.7543-14.4563

#eaaad9 color RGB value is (234,170,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101010 11011001
Octal 352 252 331
Decimal 234 170 217
Hex EA AA D9

RGB Percentages of Color #eaaad9

%37.68
%27.38
%34.94

CMYK Percentages of Color #eaaad9

%0
%27
%7
%8

Triadic Colors of #eaaad9

#eaaad9 #d9eaaa #aad9ea

Analogous Colors of #eaaad9

#eaaad9 #eaaab9 #dbaaea

Monochromatic Colors of #eaaad9

#eaaad9

Complementary Color

#eaaad9 #aaeabb

#eaaad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaad9 Color CSS Codes

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

#eaaad9 Text Font Color

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

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


#eaaad9 Background Color

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

This div background color is #eaaad9


#eaaad9 Border Color

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

This div border color is #eaaad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaad9


Comments

No comments written yet.

Please login to write comment.