Color Hex Logo

#eeabdc Color Hex

#EEABDC
(238,171,220)
0 Favorites   0 Comments

Color spaces of #eeabdc

RGB 238171220
HSL0.880.660.80
HSV316°28°93°
CMYK 0.000.280.08   0.07
XYZ62.741152.470374.5311
Yxy52.47030.33070.2765
Hunter Lab72.436427.8449-10.2991
CIE-Lab77.561232.0716-14.9484

#eeabdc color RGB value is (238,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 11011100
Octal 356 253 334
Decimal 238 171 220
Hex EE AB DC

RGB Percentages of Color #eeabdc

%37.84
%27.19
%34.98

CMYK Percentages of Color #eeabdc

%0
%28
%8
%7

Triadic Colors of #eeabdc

#eeabdc #dceeab #abdcee

Analogous Colors of #eeabdc

#eeabdc #eeabbb #dfabee

Monochromatic Colors of #eeabdc

#eeabdc

Complementary Color

#eeabdc #abeebd

#eeabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeabdc Color CSS Codes

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

#eeabdc Text Font Color

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

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


#eeabdc Background Color

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

This div background color is #eeabdc


#eeabdc Border Color

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

This div border color is #eeabdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,171,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeabdc


Comments

No comments written yet.

Please login to write comment.