Color Hex Logo

#eeabdf Color Hex

#EEABDF
(238,171,223)
0 Favorites   0 Comments

Color spaces of #eeabdf

RGB 238171223
HSL0.870.660.80
HSV313°28°93°
CMYK 0.000.280.06   0.07
XYZ63.142152.630776.6428
Yxy52.63070.32820.2735
Hunter Lab72.547028.4022-11.8544
CIE-Lab77.656532.5866-16.4334

#eeabdf color RGB value is (238,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 11011111
Octal 356 253 337
Decimal 238 171 223
Hex EE AB DF

RGB Percentages of Color #eeabdf

%37.66
%27.06
%35.28

CMYK Percentages of Color #eeabdf

%0
%28
%6
%7

Triadic Colors of #eeabdf

#eeabdf #dfeeab #abdfee

Analogous Colors of #eeabdf

#eeabdf #eeabbe #dcabee

Monochromatic Colors of #eeabdf

#eeabdf

Complementary Color

#eeabdf #abeeba

#eeabdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeabdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeabdf Color CSS Codes

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

#eeabdf Text Font Color

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

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


#eeabdf Background Color

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

This div background color is #eeabdf


#eeabdf Border Color

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

This div border color is #eeabdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeabdf


Comments

No comments written yet.

Please login to write comment.