Color Hex Logo

#bbfcfa Color Hex

#BBFCFA
(187,252,250)
0 Favorites   0 Comments

Color spaces of #bbfcfa

RGB 187252250
HSL0.490.920.86
HSV178°26°99°
CMYK 0.260.000.01   0.01
XYZ72.559287.0877103.4278
Yxy87.08770.27580.3310
Hunter Lab93.3208-24.5233-0.3868
CIE-Lab94.7755-20.5101-5.6103

#bbfcfa color RGB value is (187,252,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 11111010
Octal 273 374 372
Decimal 187 252 250
Hex BB FC FA

RGB Percentages of Color #bbfcfa

%27.14
%36.57
%36.28

CMYK Percentages of Color #bbfcfa

%26
%0
%1
%1

Triadic Colors of #bbfcfa

#bbfcfa #fabbfc #fcfabb

Analogous Colors of #bbfcfa

#bbfcfa #bbdefc #bbfcda

Monochromatic Colors of #bbfcfa

#bbfcfa

Complementary Color

#bbfcfa #fcbbbd

#bbfcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfcfa Color CSS Codes

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

#bbfcfa Text Font Color

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

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


#bbfcfa Background Color

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

This div background color is #bbfcfa


#bbfcfa Border Color

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

This div border color is #bbfcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfcfa


Comments

No comments written yet.

Please login to write comment.