Color Hex Logo

#eaadde Color Hex

#EAADDE
(234,173,222)
0 Favorites   0 Comments

Color spaces of #eaadde

RGB 234173222
HSL0.870.590.80
HSV312°26°92°
CMYK 0.000.260.05   0.08
XYZ62.060152.653575.9995
Yxy52.65350.32540.2761
Hunter Lab72.562725.6794-11.3042
CIE-Lab77.670030.0219-15.9109

#eaadde color RGB value is (234,173,222).

#eaadde hex color red value is 234, green value is 173 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #eaadde hue: 0.87 , saturation: 0.59 and the lightness value of eaadde is 0.80.

The process color (four color CMYK) of #eaadde color hex is 0.00, 0.26, 0.05, 0.08. Web safe color of #eaadde is #ff99cc. Color #eaadde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 11011110
Octal 352 255 336
Decimal 234 173 222
Hex EA AD DE

RGB Percentages of Color #eaadde

%37.20
%27.50
%35.29

CMYK Percentages of Color #eaadde

%0
%26
%5
%8

Triadic Colors of #eaadde

#eaadde #deeaad #addeea

Analogous Colors of #eaadde

#eaadde #eaadc0 #d8adea

Monochromatic Colors of #eaadde

#eaadde

Complementary Color

#eaadde #adeab9

#eaadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaadde Color CSS Codes

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

#eaadde Text Font Color

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

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


#eaadde Background Color

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

This div background color is #eaadde


#eaadde Border Color

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

This div border color is #eaadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaadde


Comments

No comments written yet.

Please login to write comment.