Color Hex Logo

#eeabef Color Hex

#EEABEF
(238,171,239)
0 Favorites   0 Comments

Color spaces of #eeabef

RGB 238171239
HSL0.830.680.80
HSV299°28°94°
CMYK 0.000.280.00   0.06
XYZ65.402853.535088.5475
Yxy53.53500.31520.2580
Hunter Lab73.167631.5136-20.5355
CIE-Lab78.189835.4335-24.2856

#eeabef color RGB value is (238,171,239).

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

The process color (four color CMYK) of #eeabef color hex is 0.00, 0.28, 0.00, 0.06. Web safe color of #eeabef is #ff99ff. Color #eeabef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 11101111
Octal 356 253 357
Decimal 238 171 239
Hex EE AB EF

RGB Percentages of Color #eeabef

%36.73
%26.39
%36.88

CMYK Percentages of Color #eeabef

%0
%28
%0
%6

Triadic Colors of #eeabef

#eeabef #efeeab #abefee

Analogous Colors of #eeabef

#eeabef #efabce #ccabef

Monochromatic Colors of #eeabef

#eeabef

Complementary Color

#eeabef #acefab

#eeabef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeabef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeabef Color CSS Codes

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

#eeabef Text Font Color

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

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


#eeabef Background Color

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

This div background color is #eeabef


#eeabef Border Color

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

This div border color is #eeabef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeabef


Comments

No comments written yet.

Please login to write comment.