Color Hex Logo

#bbffcb Color Hex

#BBFFCB
(187,255,203)
0 Favorites   0 Comments

Color spaces of #bbffcb

RGB 187255203
HSL0.371.000.87
HSV134°27°100°
CMYK 0.270.000.20   0.00
XYZ67.033086.396669.6431
Yxy86.39660.30050.3873
Hunter Lab92.9498-33.932520.6415
CIE-Lab94.4817-31.152518.1655

#bbffcb color RGB value is (187,255,203).

#bbffcb hex color red value is 187, green value is 255 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bbffcb hue: 0.37 , saturation: 1.00 and the lightness value of bbffcb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 11001011
Octal 273 377 313
Decimal 187 255 203
Hex BB FF CB

RGB Percentages of Color #bbffcb

%28.99
%39.53
%31.47

CMYK Percentages of Color #bbffcb

%27
%0
%20
%0

Triadic Colors of #bbffcb

#bbffcb #cbbbff #ffcbbb

Analogous Colors of #bbffcb

#bbffcb #bbffed #cdffbb

Monochromatic Colors of #bbffcb

#bbffcb

Complementary Color

#bbffcb #ffbbef

#bbffcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbffcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbffcb Color CSS Codes

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

#bbffcb Text Font Color

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

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


#bbffcb Background Color

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

This div background color is #bbffcb


#bbffcb Border Color

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

This div border color is #bbffcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbffcb

Related Colors


Comments

No comments written yet.

Please login to write comment.