Color Hex Logo

#bbf2fc Color Hex

#BBF2FC
(187,242,252)
0 Favorites   0 Comments

Color spaces of #bbf2fc

RGB 187242252
HSL0.530.920.86
HSV189°26°99°
CMYK 0.260.040.00   0.01
XYZ69.816381.0973104.0691
Yxy81.09730.27380.3181
Hunter Lab90.0540-19.2087-5.4794
CIE-Lab92.1750-15.1334-10.4994

#bbf2fc color RGB value is (187,242,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110010 11111100
Octal 273 362 374
Decimal 187 242 252
Hex BB F2 FC

RGB Percentages of Color #bbf2fc

%27.46
%35.54
%37.00

CMYK Percentages of Color #bbf2fc

%26
%4
%0
%1

Triadic Colors of #bbf2fc

#bbf2fc #fcbbf2 #f2fcbb

Analogous Colors of #bbf2fc

#bbf2fc #bbd2fc #bbfce6

Monochromatic Colors of #bbf2fc

#bbf2fc

Complementary Color

#bbf2fc #fcc5bb

#bbf2fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf2fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf2fc Color CSS Codes

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

#bbf2fc Text Font Color

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

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


#bbf2fc Background Color

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

This div background color is #bbf2fc


#bbf2fc Border Color

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

This div border color is #bbf2fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf2fc


Comments

No comments written yet.

Please login to write comment.