Color Hex Logo

#bbf0fb Color Hex

#BBF0FB
(187,240,251)
0 Favorites   0 Comments

Color spaces of #bbf0fb

RGB 187240251
HSL0.530.890.86
HSV190°25°98°
CMYK 0.250.040.00   0.02
XYZ69.066279.8500103.0392
Yxy79.85000.27410.3169
Hunter Lab89.3588-18.4138-5.8158
CIE-Lab91.6175-14.3520-10.8085

#bbf0fb color RGB value is (187,240,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110000 11111011
Octal 273 360 373
Decimal 187 240 251
Hex BB F0 FB

RGB Percentages of Color #bbf0fb

%27.58
%35.40
%37.02

CMYK Percentages of Color #bbf0fb

%25
%4
%0
%2

Triadic Colors of #bbf0fb

#bbf0fb #fbbbf0 #f0fbbb

Analogous Colors of #bbf0fb

#bbf0fb #bbd0fb #bbfbe6

Monochromatic Colors of #bbf0fb

#bbf0fb

Complementary Color

#bbf0fb #fbc6bb

#bbf0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf0fb Color CSS Codes

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

#bbf0fb Text Font Color

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

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


#bbf0fb Background Color

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

This div background color is #bbf0fb


#bbf0fb Border Color

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

This div border color is #bbf0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf0fb

Related Colors


Comments

No comments written yet.

Please login to write comment.