Color Hex Logo

#eaadd0 Color Hex

#EAADD0
(234,173,208)
0 Favorites   0 Comments

Color spaces of #eaadd0

RGB 234173208
HSL0.900.590.80
HSV326°26°92°
CMYK 0.000.260.11   0.08
XYZ60.260451.933666.5226
Yxy51.93360.33720.2906
Hunter Lab72.065023.1472-4.2846
CIE-Lab77.241127.6363-8.9464

#eaadd0 color RGB value is (234,173,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101101 11010000
Octal 352 255 320
Decimal 234 173 208
Hex EA AD D0

RGB Percentages of Color #eaadd0

%38.05
%28.13
%33.82

CMYK Percentages of Color #eaadd0

%0
%26
%11
%8

Triadic Colors of #eaadd0

#eaadd0 #d0eaad #add0ea

Analogous Colors of #eaadd0

#eaadd0 #eaadb2 #e6adea

Monochromatic Colors of #eaadd0

#eaadd0

Complementary Color

#eaadd0 #adeac7

#eaadd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaadd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaadd0 Color CSS Codes

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

#eaadd0 Text Font Color

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

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


#eaadd0 Background Color

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

This div background color is #eaadd0


#eaadd0 Border Color

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

This div border color is #eaadd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaadd0


Comments

No comments written yet.

Please login to write comment.