Color Hex Logo

#bbf6fe Color Hex

#BBF6FE
(187,246,254)
0 Favorites   0 Comments

Color spaces of #bbf6fe

RGB 187246254
HSL0.520.970.86
HSV187°26°100°
CMYK 0.260.030.00   0.00
XYZ71.338783.6321106.1486
Yxy83.63210.27320.3203
Hunter Lab91.4506-20.7944-4.8037
CIE-Lab93.2905-16.6860-9.8797

#bbf6fe color RGB value is (187,246,254).

#bbf6fe hex color red value is 187, green value is 246 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bbf6fe hue: 0.52 , saturation: 0.97 and the lightness value of bbf6fe is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110110 11111110
Octal 273 366 376
Decimal 187 246 254
Hex BB F6 FE

RGB Percentages of Color #bbf6fe

%27.22
%35.81
%36.97

CMYK Percentages of Color #bbf6fe

%26
%3
%0
%0

Triadic Colors of #bbf6fe

#bbf6fe #febbf6 #f6febb

Analogous Colors of #bbf6fe

#bbf6fe #bbd5fe #bbfee5

Monochromatic Colors of #bbf6fe

#bbf6fe

Complementary Color

#bbf6fe #fec3bb

#bbf6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf6fe Color CSS Codes

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

#bbf6fe Text Font Color

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

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


#bbf6fe Background Color

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

This div background color is #bbf6fe


#bbf6fe Border Color

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

This div border color is #bbf6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf6fe


Comments

No comments written yet.

Please login to write comment.