Color Hex Logo

#eaadda Color Hex

#EAADDA
(234,173,218)
0 Favorites   0 Comments

Color spaces of #eaadda

RGB 234173218
HSL0.880.590.80
HSV316°26°92°
CMYK 0.000.260.07   0.08
XYZ61.530152.441573.2089
Yxy52.44150.32870.2802
Hunter Lab72.416524.9371-9.2472
CIE-Lab77.544129.3262-13.9294

#eaadda color RGB value is (234,173,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 11011010
Octal 352 255 332
Decimal 234 173 218
Hex EA AD DA

RGB Percentages of Color #eaadda

%37.44
%27.68
%34.88

CMYK Percentages of Color #eaadda

%0
%26
%7
%8

Triadic Colors of #eaadda

#eaadda #daeaad #addaea

Analogous Colors of #eaadda

#eaadda #eaadbc #dcadea

Monochromatic Colors of #eaadda

#eaadda

Complementary Color

#eaadda #adeabd

#eaadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaadda Color CSS Codes

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

#eaadda Text Font Color

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

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


#eaadda Background Color

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

This div background color is #eaadda


#eaadda Border Color

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

This div border color is #eaadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaadda


Comments

No comments written yet.

Please login to write comment.