Color Hex Logo

#eebfff Color Hex

#EEBFFF
(238,191,255)
0 Favorites   0 Comments

Color spaces of #eebfff

RGB 238191255
HSL0.791.000.87
HSV284°25°100°
CMYK 0.070.250.00   0.00
XYZ71.940762.6587102.9104
Yxy62.65870.30290.2638
Hunter Lab79.157223.7015-21.6714
CIE-Lab83.262527.8127-25.1319

#eebfff color RGB value is (238,191,255).

#eebfff hex color red value is 238, green value is 191 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #eebfff hue: 0.79 , saturation: 1.00 and the lightness value of eebfff is 0.87.

The process color (four color CMYK) of #eebfff color hex is 0.07, 0.25, 0.00, 0.00. Web safe color of #eebfff is #ffccff. Color #eebfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111111 11111111
Octal 356 277 377
Decimal 238 191 255
Hex EE BF FF

RGB Percentages of Color #eebfff

%34.80
%27.92
%37.28

CMYK Percentages of Color #eebfff

%7
%25
%0
%0

Triadic Colors of #eebfff

#eebfff #ffeebf #bfffee

Analogous Colors of #eebfff

#eebfff #ffbff0 #cebfff

Monochromatic Colors of #eebfff

#eebfff

Complementary Color

#eebfff #d0ffbf

#eebfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebfff Color CSS Codes

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

#eebfff Text Font Color

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

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


#eebfff Background Color

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

This div background color is #eebfff


#eebfff Border Color

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

This div border color is #eebfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebfff

Related Colors


Comments

No comments written yet.

Please login to write comment.