Color Hex Logo

#eebaff Color Hex

#EEBAFF
(238,186,255)
0 Favorites   0 Comments

Color spaces of #eebaff

RGB 238186255
HSL0.791.000.86
HSV285°27°100°
CMYK 0.070.270.00   0.00
XYZ70.868860.5150102.5531
Yxy60.51500.30290.2587
Hunter Lab77.791426.4805-23.7086
CIE-Lab82.117330.4743-26.8789

#eebaff color RGB value is (238,186,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 11111111
Octal 356 272 377
Decimal 238 186 255
Hex EE BA FF

RGB Percentages of Color #eebaff

%35.05
%27.39
%37.56

CMYK Percentages of Color #eebaff

%7
%27
%0
%0

Triadic Colors of #eebaff

#eebaff #ffeeba #baffee

Analogous Colors of #eebaff

#eebaff #ffbaee #ccbaff

Monochromatic Colors of #eebaff

#eebaff

Complementary Color

#eebaff #cbffba

#eebaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebaff Color CSS Codes

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

#eebaff Text Font Color

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

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


#eebaff Background Color

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

This div background color is #eebaff


#eebaff Border Color

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

This div border color is #eebaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebaff

#eebaff Color Palettes


Comments

No comments written yet.

Please login to write comment.