Color Hex Logo

#eaabde Color Hex

#EAABDE
(234,171,222)
0 Favorites   0 Comments

Color spaces of #eaabde

RGB 234171222
HSL0.870.600.79
HSV311°27°92°
CMYK 0.000.270.05   0.08
XYZ61.679451.892275.8726
Yxy51.89220.32560.2739
Hunter Lab72.036226.7732-12.0222
CIE-Lab77.216331.0885-16.5943

#eaabde color RGB value is (234,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 11011110
Octal 352 253 336
Decimal 234 171 222
Hex EA AB DE

RGB Percentages of Color #eaabde

%37.32
%27.27
%35.41

CMYK Percentages of Color #eaabde

%0
%27
%5
%8

Triadic Colors of #eaabde

#eaabde #deeaab #abdeea

Analogous Colors of #eaabde

#eaabde #eaabbf #d7abea

Monochromatic Colors of #eaabde

#eaabde

Complementary Color

#eaabde #abeab7

#eaabde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaabde Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaabde Color CSS Codes

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

#eaabde Text Font Color

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

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


#eaabde Background Color

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

This div background color is #eaabde


#eaabde Border Color

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

This div border color is #eaabde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaabde


Comments

No comments written yet.

Please login to write comment.