Color Hex Logo

#bbf7fc Color Hex

#BBF7FC
(187,247,252)
0 Favorites   0 Comments

Color spaces of #bbf7fc

RGB 187247252
HSL0.510.920.86
HSV185°26°99°
CMYK 0.260.020.00   0.01
XYZ71.325084.1146104.5720
Yxy84.11460.27430.3235
Hunter Lab91.7140-21.6820-3.4024
CIE-Lab93.5003-17.6193-8.5313

#bbf7fc color RGB value is (187,247,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110111 11111100
Octal 273 367 374
Decimal 187 247 252
Hex BB F7 FC

RGB Percentages of Color #bbf7fc

%27.26
%36.01
%36.73

CMYK Percentages of Color #bbf7fc

%26
%2
%0
%1

Triadic Colors of #bbf7fc

#bbf7fc #fcbbf7 #f7fcbb

Analogous Colors of #bbf7fc

#bbf7fc #bbd7fc #bbfce1

Monochromatic Colors of #bbf7fc

#bbf7fc

Complementary Color

#bbf7fc #fcc0bb

#bbf7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf7fc Color CSS Codes

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

#bbf7fc Text Font Color

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

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


#bbf7fc Background Color

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

This div background color is #bbf7fc


#bbf7fc Border Color

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

This div border color is #bbf7fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf7fc


Comments

No comments written yet.

Please login to write comment.