Color Hex Logo

#e0befb Color Hex

#E0BEFB
(224,190,251)
0 Favorites   0 Comments

Color spaces of #e0befb

RGB 224190251
HSL0.760.880.86
HSV273°24°98°
CMYK 0.110.240.00   0.02
XYZ66.566559.639299.2699
Yxy59.63920.29520.2645
Hunter Lab77.226418.7146-22.1552
CIE-Lab81.641723.1574-25.5841

#e0befb color RGB value is (224,190,251).

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

The process color (four color CMYK) of #e0befb color hex is 0.11, 0.24, 0.00, 0.02. Web safe color of #e0befb is #ccccff. Color #e0befb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111110 11111011
Octal 340 276 373
Decimal 224 190 251
Hex E0 BE FB

RGB Percentages of Color #e0befb

%33.68
%28.57
%37.74

CMYK Percentages of Color #e0befb

%11
%24
%0
%2

Triadic Colors of #e0befb

#e0befb #fbe0be #befbe0

Analogous Colors of #e0befb

#e0befb #fbbef8 #c2befb

Monochromatic Colors of #e0befb

#e0befb

Complementary Color

#e0befb #d9fbbe

#e0befb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0befb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0befb Color CSS Codes

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

#e0befb Text Font Color

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

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


#e0befb Background Color

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

This div background color is #e0befb


#e0befb Border Color

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

This div border color is #e0befb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0befb


Comments

No comments written yet.

Please login to write comment.