Color Hex Logo

#eaaadc Color Hex

#EAAADC
(234,170,220)
0 Favorites   0 Comments

Color spaces of #eaaadc

RGB 234170220
HSL0.870.600.79
HSV313°27°92°
CMYK 0.000.270.06   0.08
XYZ61.224751.409274.4062
Yxy51.40920.32730.2749
Hunter Lab71.700226.9455-11.3375
CIE-Lab76.926231.2726-15.9447

#eaaadc color RGB value is (234,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101010 11011100
Octal 352 252 334
Decimal 234 170 220
Hex EA AA DC

RGB Percentages of Color #eaaadc

%37.50
%27.24
%35.26

CMYK Percentages of Color #eaaadc

%0
%27
%6
%8

Triadic Colors of #eaaadc

#eaaadc #dceaaa #aadcea

Analogous Colors of #eaaadc

#eaaadc #eaaabc #d8aaea

Monochromatic Colors of #eaaadc

#eaaadc

Complementary Color

#eaaadc #aaeab8

#eaaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaadc Color CSS Codes

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

#eaaadc Text Font Color

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

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


#eaaadc Background Color

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

This div background color is #eaaadc


#eaaadc Border Color

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

This div border color is #eaaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaadc


Comments

No comments written yet.

Please login to write comment.