Color Hex Logo

#eeabbd Color Hex

#EEABBD
(238,171,189)
0 Favorites   0 Comments

Color spaces of #eeabbd

RGB 238171189
HSL0.960.660.80
HSV344°28°93°
CMYK 0.000.280.21   0.07
XYZ59.008150.977154.8736
Yxy50.97710.35790.3092
Hunter Lab71.398222.57694.4111
CIE-Lab76.665127.12260.6085

#eeabbd color RGB value is (238,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 10111101
Octal 356 253 275
Decimal 238 171 189
Hex EE AB BD

RGB Percentages of Color #eeabbd

%39.80
%28.60
%31.61

CMYK Percentages of Color #eeabbd

%0
%28
%21
%7

Triadic Colors of #eeabbd

#eeabbd #bdeeab #abbdee

Analogous Colors of #eeabbd

#eeabbd #eebbab #eeabdf

Monochromatic Colors of #eeabbd

#eeabbd

Complementary Color

#eeabbd #abeedc

#eeabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeabbd Color CSS Codes

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

#eeabbd Text Font Color

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

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


#eeabbd Background Color

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

This div background color is #eeabbd


#eeabbd Border Color

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

This div border color is #eeabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeabbd


Comments

No comments written yet.

Please login to write comment.