Color Hex Logo

#bbfaff Color Hex

#BBFAFF
(187,250,255)
0 Favorites   0 Comments

Color spaces of #bbfaff

RGB 187250255
HSL0.511.000.87
HSV184°27°100°
CMYK 0.270.020.00   0.00
XYZ72.729186.1560107.4043
Yxy86.15600.27310.3235
Hunter Lab92.8203-22.5722-3.6315
CIE-Lab94.3790-18.4448-8.7819

#bbfaff color RGB value is (187,250,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 11111111
Octal 273 372 377
Decimal 187 250 255
Hex BB FA FF

RGB Percentages of Color #bbfaff

%27.02
%36.13
%36.85

CMYK Percentages of Color #bbfaff

%27
%2
%0
%0

Triadic Colors of #bbfaff

#bbfaff #ffbbfa #faffbb

Analogous Colors of #bbfaff

#bbfaff #bbd8ff #bbffe2

Monochromatic Colors of #bbfaff

#bbfaff

Complementary Color

#bbfaff #ffc0bb

#bbfaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfaff Color CSS Codes

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

#bbfaff Text Font Color

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

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


#bbfaff Background Color

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

This div background color is #bbfaff


#bbfaff Border Color

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

This div border color is #bbfaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfaff

Related Colors


Comments

No comments written yet.

Please login to write comment.