Color Hex Logo

#bbf1fe Color Hex

#BBF1FE
(187,241,254)
0 Favorites   0 Comments

Color spaces of #bbf1fe

RGB 187241254
HSL0.530.970.86
HSV192°26°100°
CMYK 0.260.050.00   0.00
XYZ69.838280.6311105.6484
Yxy80.63110.27270.3148
Hunter Lab89.7948-18.3120-6.9015
CIE-Lab91.9673-14.1910-11.8491

#bbf1fe color RGB value is (187,241,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110001 11111110
Octal 273 361 376
Decimal 187 241 254
Hex BB F1 FE

RGB Percentages of Color #bbf1fe

%27.42
%35.34
%37.24

CMYK Percentages of Color #bbf1fe

%26
%5
%0
%0

Triadic Colors of #bbf1fe

#bbf1fe #febbf1 #f1febb

Analogous Colors of #bbf1fe

#bbf1fe #bbd0fe #bbfeea

Monochromatic Colors of #bbf1fe

#bbf1fe

Complementary Color

#bbf1fe #fec8bb

#bbf1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf1fe Color CSS Codes

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

#bbf1fe Text Font Color

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

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


#bbf1fe Background Color

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

This div background color is #bbf1fe


#bbf1fe Border Color

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

This div border color is #bbf1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.