Color Hex Logo

#eeb5ef Color Hex

#EEB5EF
(238,181,239)
0 Favorites   0 Comments

Color spaces of #eeb5ef

RGB 238181239
HSL0.830.640.82
HSV299°24°94°
CMYK 0.000.240.00   0.06
XYZ67.363857.456989.2012
Yxy57.45690.31480.2685
Hunter Lab75.800325.9825-16.7117
CIE-Lab80.435930.1205-20.8713

#eeb5ef color RGB value is (238,181,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110101 11101111
Octal 356 265 357
Decimal 238 181 239
Hex EE B5 EF

RGB Percentages of Color #eeb5ef

%36.17
%27.51
%36.32

CMYK Percentages of Color #eeb5ef

%0
%24
%0
%6

Triadic Colors of #eeb5ef

#eeb5ef #efeeb5 #b5efee

Analogous Colors of #eeb5ef

#eeb5ef #efb5d3 #d1b5ef

Monochromatic Colors of #eeb5ef

#eeb5ef

Complementary Color

#eeb5ef #b6efb5

#eeb5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb5ef Color CSS Codes

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

#eeb5ef Text Font Color

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

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


#eeb5ef Background Color

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

This div background color is #eeb5ef


#eeb5ef Border Color

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

This div border color is #eeb5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb5ef


Comments

No comments written yet.

Please login to write comment.