Color Hex Logo

#bbebfb Color Hex

#BBEBFB
(187,235,251)
0 Favorites   0 Comments

Color spaces of #bbebfb

RGB 187235251
HSL0.540.890.86
HSV195°25°98°
CMYK 0.250.060.00   0.02
XYZ67.614476.9465102.5553
Yxy76.94650.27360.3114
Hunter Lab87.7192-15.9198-7.9144
CIE-Lab90.2970-11.8321-12.7775

#bbebfb color RGB value is (187,235,251).

#bbebfb hex color red value is 187, green value is 235 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bbebfb hue: 0.54 , saturation: 0.89 and the lightness value of bbebfb is 0.86.

The process color (four color CMYK) of #bbebfb color hex is 0.25, 0.06, 0.00, 0.02. Web safe color of #bbebfb is #ccffff. Color #bbebfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101011 11111011
Octal 273 353 373
Decimal 187 235 251
Hex BB EB FB

RGB Percentages of Color #bbebfb

%27.79
%34.92
%37.30

CMYK Percentages of Color #bbebfb

%25
%6
%0
%2

Triadic Colors of #bbebfb

#bbebfb #fbbbeb #ebfbbb

Analogous Colors of #bbebfb

#bbebfb #bbcbfb #bbfbeb

Monochromatic Colors of #bbebfb

#bbebfb

Complementary Color

#bbebfb #fbcbbb

#bbebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbebfb Color CSS Codes

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

#bbebfb Text Font Color

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

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


#bbebfb Background Color

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

This div background color is #bbebfb


#bbebfb Border Color

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

This div border color is #bbebfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbebfb


Comments

No comments written yet.

Please login to write comment.