Color Hex Logo

#bbf8fb Color Hex

#BBF8FB
(187,248,251)
0 Favorites   0 Comments

Color spaces of #bbf8fb

RGB 187248251
HSL0.510.890.86
HSV183°25°98°
CMYK 0.250.010.00   0.02
XYZ71.473584.6646103.8416
Yxy84.66460.27490.3257
Hunter Lab92.0134-22.3694-2.5023
CIE-Lab93.7384-18.3306-7.6602

#bbf8fb color RGB value is (187,248,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111000 11111011
Octal 273 370 373
Decimal 187 248 251
Hex BB F8 FB

RGB Percentages of Color #bbf8fb

%27.26
%36.15
%36.59

CMYK Percentages of Color #bbf8fb

%25
%1
%0
%2

Triadic Colors of #bbf8fb

#bbf8fb #fbbbf8 #f8fbbb

Analogous Colors of #bbf8fb

#bbf8fb #bbd8fb #bbfbde

Monochromatic Colors of #bbf8fb

#bbf8fb

Complementary Color

#bbf8fb #fbbebb

#bbf8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf8fb Color CSS Codes

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

#bbf8fb Text Font Color

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

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


#bbf8fb Background Color

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

This div background color is #bbf8fb


#bbf8fb Border Color

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

This div border color is #bbf8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf8fb

Related Colors


Comments

No comments written yet.

Please login to write comment.