Color Hex Logo

#eaabdd Color Hex

#EAABDD
(234,171,221)
0 Favorites   0 Comments

Color spaces of #eaabdd

RGB 234171221
HSL0.870.600.79
HSV312°27°92°
CMYK 0.000.270.06   0.08
XYZ61.545751.838775.1687
Yxy51.83870.32640.2749
Hunter Lab71.999126.5855-11.5007
CIE-Lab77.184330.9136-16.0995

#eaabdd color RGB value is (234,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 11011101
Octal 352 253 335
Decimal 234 171 221
Hex EA AB DD

RGB Percentages of Color #eaabdd

%37.38
%27.32
%35.30

CMYK Percentages of Color #eaabdd

%0
%27
%6
%8

Triadic Colors of #eaabdd

#eaabdd #ddeaab #abddea

Analogous Colors of #eaabdd

#eaabdd #eaabbe #d8abea

Monochromatic Colors of #eaabdd

#eaabdd

Complementary Color

#eaabdd #abeab8

#eaabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaabdd Color CSS Codes

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

#eaabdd Text Font Color

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

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


#eaabdd Background Color

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

This div background color is #eaabdd


#eaabdd Border Color

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

This div border color is #eaabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaabdd


Comments

No comments written yet.

Please login to write comment.