Color Hex Logo

#eeb9ef Color Hex

#EEB9EF
(238,185,239)
0 Favorites   0 Comments

Color spaces of #eeb9ef

RGB 238185239
HSL0.830.630.83
HSV299°23°94°
CMYK 0.000.230.00   0.06
XYZ68.188859.107189.4762
Yxy59.10710.31460.2727
Hunter Lab76.881123.7764-15.1864
CIE-Lab81.350427.9910-19.4867

#eeb9ef color RGB value is (238,185,239).

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

The process color (four color CMYK) of #eeb9ef color hex is 0.00, 0.23, 0.00, 0.06. Web safe color of #eeb9ef is #ffccff. Color #eeb9ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111001 11101111
Octal 356 271 357
Decimal 238 185 239
Hex EE B9 EF

RGB Percentages of Color #eeb9ef

%35.95
%27.95
%36.10

CMYK Percentages of Color #eeb9ef

%0
%23
%0
%6

Triadic Colors of #eeb9ef

#eeb9ef #efeeb9 #b9efee

Analogous Colors of #eeb9ef

#eeb9ef #efb9d5 #d3b9ef

Monochromatic Colors of #eeb9ef

#eeb9ef

Complementary Color

#eeb9ef #baefb9

#eeb9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb9ef Color CSS Codes

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

#eeb9ef Text Font Color

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

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


#eeb9ef Background Color

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

This div background color is #eeb9ef


#eeb9ef Border Color

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

This div border color is #eeb9ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,185,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 #eeb9ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb9ef


Comments

No comments written yet.

Please login to write comment.