Color Hex Logo

#bbfcca Color Hex

#BBFCCA
(187,252,202)
0 Favorites   0 Comments

Color spaces of #bbfcca

RGB 187252202
HSL0.370.920.86
HSV134°26°99°
CMYK 0.260.000.20   0.01
XYZ65.964684.449968.7009
Yxy84.44990.30100.3854
Hunter Lab91.8966-32.689520.0031
CIE-Lab93.6456-29.925817.5046

#bbfcca color RGB value is (187,252,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 11001010
Octal 273 374 312
Decimal 187 252 202
Hex BB FC CA

RGB Percentages of Color #bbfcca

%29.17
%39.31
%31.51

CMYK Percentages of Color #bbfcca

%26
%0
%20
%1

Triadic Colors of #bbfcca

#bbfcca #cabbfc #fccabb

Analogous Colors of #bbfcca

#bbfcca #bbfceb #cdfcbb

Monochromatic Colors of #bbfcca

#bbfcca

Complementary Color

#bbfcca #fcbbed

#bbfcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfcca Color CSS Codes

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

#bbfcca Text Font Color

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

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


#bbfcca Background Color

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

This div background color is #bbfcca


#bbfcca Border Color

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

This div border color is #bbfcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfcca


Comments

No comments written yet.

Please login to write comment.