Color Hex Logo

#eaaedd Color Hex

#EAAEDD
(234,174,221)
0 Favorites   0 Comments

Color spaces of #eaaedd

RGB 234174221
HSL0.870.590.80
HSV313°26°92°
CMYK 0.000.260.06   0.08
XYZ62.118952.985075.3597
Yxy52.98500.32610.2782
Hunter Lab72.790824.9461-10.4289
CIE-Lab77.866129.3134-15.0734

#eaaedd color RGB value is (234,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101110 11011101
Octal 352 256 335
Decimal 234 174 221
Hex EA AE DD

RGB Percentages of Color #eaaedd

%37.20
%27.66
%35.14

CMYK Percentages of Color #eaaedd

%0
%26
%6
%8

Triadic Colors of #eaaedd

#eaaedd #ddeaae #aeddea

Analogous Colors of #eaaedd

#eaaedd #eaaebf #d9aeea

Monochromatic Colors of #eaaedd

#eaaedd

Complementary Color

#eaaedd #aeeabb

#eaaedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaedd Color CSS Codes

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

#eaaedd Text Font Color

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

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


#eaaedd Background Color

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

This div background color is #eaaedd


#eaaedd Border Color

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

This div border color is #eaaedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaedd


Comments

No comments written yet.

Please login to write comment.