Color Hex Logo

#ebbffb Color Hex

#EBBFFB
(235,191,251)
0 Favorites   0 Comments

Color spaces of #ebbffb

RGB 235191251
HSL0.790.880.87
HSV284°24°98°
CMYK 0.060.240.00   0.02
XYZ70.304361.888899.5071
Yxy61.88880.30340.2671
Hunter Lab78.669421.8481-19.9259
CIE-Lab82.854226.0908-23.6478

#ebbffb color RGB value is (235,191,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 11111011
Octal 353 277 373
Decimal 235 191 251
Hex EB BF FB

RGB Percentages of Color #ebbffb

%34.71
%28.21
%37.08

CMYK Percentages of Color #ebbffb

%6
%24
%0
%2

Triadic Colors of #ebbffb

#ebbffb #fbebbf #bffbeb

Analogous Colors of #ebbffb

#ebbffb #fbbfed #cdbffb

Monochromatic Colors of #ebbffb

#ebbffb

Complementary Color

#ebbffb #cffbbf

#ebbffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbffb Color CSS Codes

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

#ebbffb Text Font Color

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

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


#ebbffb Background Color

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

This div background color is #ebbffb


#ebbffb Border Color

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

This div border color is #ebbffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbffb

Related Colors


Comments

No comments written yet.

Please login to write comment.