Color Hex Logo

#bbe7fb Color Hex

#BBE7FB
(187,231,251)
0 Favorites   0 Comments

Color spaces of #bbe7fb

RGB 187231251
HSL0.550.890.86
HSV199°25°98°
CMYK 0.250.080.00   0.02
XYZ66.482074.6817102.1778
Yxy74.68170.27320.3069
Hunter Lab86.4186-13.9121-9.6091
CIE-Lab89.2437-9.7978-14.3526

#bbe7fb color RGB value is (187,231,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100111 11111011
Octal 273 347 373
Decimal 187 231 251
Hex BB E7 FB

RGB Percentages of Color #bbe7fb

%27.95
%34.53
%37.52

CMYK Percentages of Color #bbe7fb

%25
%8
%0
%2

Triadic Colors of #bbe7fb

#bbe7fb #fbbbe7 #e7fbbb

Analogous Colors of #bbe7fb

#bbe7fb #bbc7fb #bbfbef

Monochromatic Colors of #bbe7fb

#bbe7fb

Complementary Color

#bbe7fb #fbcfbb

#bbe7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe7fb Color CSS Codes

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

#bbe7fb Text Font Color

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

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


#bbe7fb Background Color

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

This div background color is #bbe7fb


#bbe7fb Border Color

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

This div border color is #bbe7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe7fb

Related Colors


Comments

No comments written yet.

Please login to write comment.