Color Hex Logo

#eeabdd Color Hex

#EEABDD
(238,171,221)
0 Favorites   0 Comments

Color spaces of #eeabdd

RGB 238171221
HSL0.880.660.80
HSV315°28°93°
CMYK 0.000.280.07   0.07
XYZ62.874052.523475.2308
Yxy52.52340.32980.2755
Hunter Lab72.473028.0299-10.8150
CIE-Lab77.592832.2428-15.4439

#eeabdd color RGB value is (238,171,221).

#eeabdd hex color red value is 238, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #eeabdd hue: 0.88 , saturation: 0.66 and the lightness value of eeabdd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 11011101
Octal 356 253 335
Decimal 238 171 221
Hex EE AB DD

RGB Percentages of Color #eeabdd

%37.78
%27.14
%35.08

CMYK Percentages of Color #eeabdd

%0
%28
%7
%7

Triadic Colors of #eeabdd

#eeabdd #ddeeab #abddee

Analogous Colors of #eeabdd

#eeabdd #eeabbc #deabee

Monochromatic Colors of #eeabdd

#eeabdd

Complementary Color

#eeabdd #abeebc

#eeabdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeabdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeabdd Color CSS Codes

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

#eeabdd Text Font Color

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

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


#eeabdd Background Color

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

This div background color is #eeabdd


#eeabdd Border Color

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

This div border color is #eeabdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeabdd


Comments

No comments written yet.

Please login to write comment.