Color Hex Logo

#bbfffa Color Hex

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

Color spaces of #bbfffa

RGB 187255250
HSL0.491.000.87
HSV176°27°100°
CMYK 0.270.000.02   0.00
XYZ73.508888.9869103.7443
Yxy88.98690.27610.3342
Hunter Lab94.3329-25.98660.8277
CIE-Lab95.5749-21.9713-4.4323

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

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

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

Base Numbers

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

RGB Percentages of Color #bbfffa

%27.02
%36.85
%36.13

CMYK Percentages of Color #bbfffa

%27
%0
%2
%0

Triadic Colors of #bbfffa

#bbfffa #fabbff #fffabb

Analogous Colors of #bbfffa

#bbfffa #bbe2ff #bbffd8

Monochromatic Colors of #bbfffa

#bbfffa

Complementary Color

#bbfffa #ffbbc0

#bbfffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfffa Color CSS Codes

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

#bbfffa Text Font Color

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

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


#bbfffa Background Color

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

This div background color is #bbfffa


#bbfffa Border Color

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

This div border color is #bbfffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfffa

Related Colors


Comments

No comments written yet.

Please login to write comment.