Color Hex Logo

#bbfcce Color Hex

#BBFCCE
(187,252,206)
0 Favorites   0 Comments

Color spaces of #bbfcce

RGB 187252206
HSL0.380.920.86
HSV138°26°99°
CMYK 0.260.000.18   0.01
XYZ66.444584.641871.2280
Yxy84.64180.29890.3807
Hunter Lab92.0010-32.086318.4978
CIE-Lab93.7285-29.212615.5696

#bbfcce color RGB value is (187,252,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 11001110
Octal 273 374 316
Decimal 187 252 206
Hex BB FC CE

RGB Percentages of Color #bbfcce

%28.99
%39.07
%31.94

CMYK Percentages of Color #bbfcce

%26
%0
%18
%1

Triadic Colors of #bbfcce

#bbfcce #cebbfc #fccebb

Analogous Colors of #bbfcce

#bbfcce #bbfcef #c9fcbb

Monochromatic Colors of #bbfcce

#bbfcce

Complementary Color

#bbfcce #fcbbe9

#bbfcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfcce Color CSS Codes

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

#bbfcce Text Font Color

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

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


#bbfcce Background Color

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

This div background color is #bbfcce


#bbfcce Border Color

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

This div border color is #bbfcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfcce


Comments

No comments written yet.

Please login to write comment.