Color Hex Logo

#eebefb Color Hex

#EEBEFB
(238,190,251)
0 Favorites   0 Comments

Color spaces of #eebefb

RGB 238190251
HSL0.800.880.86
HSV287°24°98°
CMYK 0.050.240.00   0.02
XYZ71.085961.969199.4814
Yxy61.96910.30570.2665
Hunter Lab78.720523.4277-19.8222
CIE-Lab82.897027.5762-23.5574

#eebefb color RGB value is (238,190,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111110 11111011
Octal 356 276 373
Decimal 238 190 251
Hex EE BE FB

RGB Percentages of Color #eebefb

%35.05
%27.98
%36.97

CMYK Percentages of Color #eebefb

%5
%24
%0
%2

Triadic Colors of #eebefb

#eebefb #fbeebe #befbee

Analogous Colors of #eebefb

#eebefb #fbbeea #d0befb

Monochromatic Colors of #eebefb

#eebefb

Complementary Color

#eebefb #cbfbbe

#eebefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebefb Color CSS Codes

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

#eebefb Text Font Color

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

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


#eebefb Background Color

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

This div background color is #eebefb


#eebefb Border Color

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

This div border color is #eebefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebefb

Related Colors


Comments

No comments written yet.

Please login to write comment.