Color Hex Logo

#eeabce Color Hex

#EEABCE
(238,171,206)
0 Favorites   0 Comments

Color spaces of #eeabce

RGB 238171206
HSL0.910.660.80
HSV329°28°93°
CMYK 0.000.280.13   0.07
XYZ60.963451.759265.1699
Yxy51.75920.34270.2910
Hunter Lab71.943925.3546-3.3468
CIE-Lab77.136629.7505-7.9684

#eeabce color RGB value is (238,171,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 11001110
Octal 356 253 316
Decimal 238 171 206
Hex EE AB CE

RGB Percentages of Color #eeabce

%38.70
%27.80
%33.50

CMYK Percentages of Color #eeabce

%0
%28
%13
%7

Triadic Colors of #eeabce

#eeabce #ceeeab #abceee

Analogous Colors of #eeabce

#eeabce #eeabad #edabee

Monochromatic Colors of #eeabce

#eeabce

Complementary Color

#eeabce #abeecb

#eeabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeabce Color CSS Codes

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

#eeabce Text Font Color

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

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


#eeabce Background Color

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

This div background color is #eeabce


#eeabce Border Color

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

This div border color is #eeabce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeabce


Comments

No comments written yet.

Please login to write comment.