Color Hex Logo

#eaaddd Color Hex

#EAADDD
(234,173,221)
0 Favorites   0 Comments

Color spaces of #eaaddd

RGB 234173221
HSL0.870.590.80
HSV313°26°92°
CMYK 0.000.260.06   0.08
XYZ61.926452.600075.2956
Yxy52.60000.32620.2771
Hunter Lab72.525925.4925-10.7862
CIE-Lab77.638229.8470-15.4162

#eaaddd color RGB value is (234,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 11011101
Octal 352 255 335
Decimal 234 173 221
Hex EA AD DD

RGB Percentages of Color #eaaddd

%37.26
%27.55
%35.19

CMYK Percentages of Color #eaaddd

%0
%26
%6
%8

Triadic Colors of #eaaddd

#eaaddd #ddeaad #adddea

Analogous Colors of #eaaddd

#eaaddd #eaadbf #d9adea

Monochromatic Colors of #eaaddd

#eaaddd

Complementary Color

#eaaddd #adeaba

#eaaddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaddd Color CSS Codes

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

#eaaddd Text Font Color

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

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


#eaaddd Background Color

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

This div background color is #eaaddd


#eaaddd Border Color

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

This div border color is #eaaddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,173,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 #eaaddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaddd


Comments

No comments written yet.

Please login to write comment.