Color Hex Logo

#bbfcbd Color Hex

#BBFCBD
(187,252,189)
0 Favorites   0 Comments

Color spaces of #bbfcbd

RGB 187252189
HSL0.340.920.86
HSV122°26°99°
CMYK 0.260.000.25   0.01
XYZ64.489283.859760.9317
Yxy83.85970.30810.4007
Hunter Lab91.5749-34.552324.6524
CIE-Lab93.3895-32.147623.7898

#bbfcbd color RGB value is (187,252,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 10111101
Octal 273 374 275
Decimal 187 252 189
Hex BB FC BD

RGB Percentages of Color #bbfcbd

%29.78
%40.13
%30.10

CMYK Percentages of Color #bbfcbd

%26
%0
%25
%1

Triadic Colors of #bbfcbd

#bbfcbd #bdbbfc #fcbdbb

Analogous Colors of #bbfcbd

#bbfcbd #bbfcde #dafcbb

Monochromatic Colors of #bbfcbd

#bbfcbd

Complementary Color

#bbfcbd #fcbbfa

#bbfcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfcbd Color CSS Codes

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

#bbfcbd Text Font Color

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

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


#bbfcbd Background Color

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

This div background color is #bbfcbd


#bbfcbd Border Color

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

This div border color is #bbfcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfcbd


Comments

No comments written yet.

Please login to write comment.