Color Hex Logo

#eeabcf Color Hex

#EEABCF
(238,171,207)
0 Favorites   0 Comments

Color spaces of #eeabcf

RGB 238171207
HSL0.910.660.80
HSV328°28°93°
CMYK 0.000.280.13   0.07
XYZ61.085351.808065.8119
Yxy51.80800.34180.2899
Hunter Lab71.977825.5263-3.8266
CIE-Lab77.165929.9116-8.4696

#eeabcf color RGB value is (238,171,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 11001111
Octal 356 253 317
Decimal 238 171 207
Hex EE AB CF

RGB Percentages of Color #eeabcf

%38.64
%27.76
%33.60

CMYK Percentages of Color #eeabcf

%0
%28
%13
%7

Triadic Colors of #eeabcf

#eeabcf #cfeeab #abcfee

Analogous Colors of #eeabcf

#eeabcf #eeabae #ecabee

Monochromatic Colors of #eeabcf

#eeabcf

Complementary Color

#eeabcf #abeeca

#eeabcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeabcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeabcf Color CSS Codes

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

#eeabcf Text Font Color

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

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


#eeabcf Background Color

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

This div background color is #eeabcf


#eeabcf Border Color

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

This div border color is #eeabcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeabcf


Comments

No comments written yet.

Please login to write comment.