Color Hex Logo

#eebbfa Color Hex

#EEBBFA
(238,187,250)
0 Favorites   0 Comments

Color spaces of #eebbfa

RGB 238187250
HSL0.800.860.86
HSV289°25°98°
CMYK 0.050.250.00   0.02
XYZ70.285560.619998.4388
Yxy60.61990.30650.2643
Hunter Lab77.858824.8845-20.4607
CIE-Lab82.174028.9827-24.1237

#eebbfa color RGB value is (238,187,250).

#eebbfa hex color red value is 238, green value is 187 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #eebbfa hue: 0.80 , saturation: 0.86 and the lightness value of eebbfa is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111011 11111010
Octal 356 273 372
Decimal 238 187 250
Hex EE BB FA

RGB Percentages of Color #eebbfa

%35.26
%27.70
%37.04

CMYK Percentages of Color #eebbfa

%5
%25
%0
%2

Triadic Colors of #eebbfa

#eebbfa #faeebb #bbfaee

Analogous Colors of #eebbfa

#eebbfa #fabbe7 #cfbbfa

Monochromatic Colors of #eebbfa

#eebbfa

Complementary Color

#eebbfa #c7fabb

#eebbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebbfa Color CSS Codes

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

#eebbfa Text Font Color

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

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


#eebbfa Background Color

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

This div background color is #eebbfa


#eebbfa Border Color

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

This div border color is #eebbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebbfa


Comments

No comments written yet.

Please login to write comment.