Color Hex Logo

#bbfcd3 Color Hex

#BBFCD3
(187,252,211)
0 Favorites   0 Comments

Color spaces of #bbfcd3

RGB 187252211
HSL0.390.920.86
HSV142°26°99°
CMYK 0.260.000.16   0.01
XYZ67.061884.888874.4787
Yxy84.88880.29620.3749
Hunter Lab92.1351-31.312816.5667
CIE-Lab93.8352-28.302213.1515

#bbfcd3 color RGB value is (187,252,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 11010011
Octal 273 374 323
Decimal 187 252 211
Hex BB FC D3

RGB Percentages of Color #bbfcd3

%28.77
%38.77
%32.46

CMYK Percentages of Color #bbfcd3

%26
%0
%16
%1

Triadic Colors of #bbfcd3

#bbfcd3 #d3bbfc #fcd3bb

Analogous Colors of #bbfcd3

#bbfcd3 #bbfcf4 #c4fcbb

Monochromatic Colors of #bbfcd3

#bbfcd3

Complementary Color

#bbfcd3 #fcbbe4

#bbfcd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfcd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfcd3 Color CSS Codes

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

#bbfcd3 Text Font Color

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

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


#bbfcd3 Background Color

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

This div background color is #bbfcd3


#bbfcd3 Border Color

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

This div border color is #bbfcd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfcd3


Comments

No comments written yet.

Please login to write comment.