Color Hex Logo

#bbffcd Color Hex

#BBFFCD
(187,255,205)
0 Favorites   0 Comments

Color spaces of #bbffcd

RGB 187255205
HSL0.381.000.87
HSV136°27°100°
CMYK 0.270.000.20   0.00
XYZ67.273086.492670.9067
Yxy86.49260.29940.3850
Hunter Lab93.0014-33.633619.8967
CIE-Lab94.5226-30.798317.2001

#bbffcd color RGB value is (187,255,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 11001101
Octal 273 377 315
Decimal 187 255 205
Hex BB FF CD

RGB Percentages of Color #bbffcd

%28.90
%39.41
%31.68

CMYK Percentages of Color #bbffcd

%27
%0
%20
%0

Triadic Colors of #bbffcd

#bbffcd #cdbbff #ffcdbb

Analogous Colors of #bbffcd

#bbffcd #bbffef #cbffbb

Monochromatic Colors of #bbffcd

#bbffcd

Complementary Color

#bbffcd #ffbbed

#bbffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbffcd Color CSS Codes

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

#bbffcd Text Font Color

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

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


#bbffcd Background Color

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

This div background color is #bbffcd


#bbffcd Border Color

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

This div border color is #bbffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbffcd


Comments

No comments written yet.

Please login to write comment.