Color Hex Logo

#bbf5fa Color Hex

#BBF5FA
(187,245,250)
0 Favorites   0 Comments

Color spaces of #bbf5fa

RGB 187245250
HSL0.510.860.86
HSV185°25°98°
CMYK 0.250.020.00   0.02
XYZ70.401282.7717102.7085
Yxy82.77170.27510.3235
Hunter Lab90.9790-21.0866-3.2488
CIE-Lab92.9144-17.0642-8.3622

#bbf5fa color RGB value is (187,245,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110101 11111010
Octal 273 365 372
Decimal 187 245 250
Hex BB F5 FA

RGB Percentages of Color #bbf5fa

%27.42
%35.92
%36.66

CMYK Percentages of Color #bbf5fa

%25
%2
%0
%2

Triadic Colors of #bbf5fa

#bbf5fa #fabbf5 #f5fabb

Analogous Colors of #bbf5fa

#bbf5fa #bbd6fa #bbfae0

Monochromatic Colors of #bbf5fa

#bbf5fa

Complementary Color

#bbf5fa #fac0bb

#bbf5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf5fa Color CSS Codes

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

#bbf5fa Text Font Color

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

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


#bbf5fa Background Color

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

This div background color is #bbf5fa


#bbf5fa Border Color

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

This div border color is #bbf5fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,245,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbf5fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf5fa

Related Colors


Comments

No comments written yet.

Please login to write comment.