Color Hex Logo

#bbfccd Color Hex

#BBFCCD
(187,252,205)
0 Favorites   0 Comments

Color spaces of #bbfccd

RGB 187252205
HSL0.380.920.86
HSV137°26°99°
CMYK 0.260.000.19   0.01
XYZ66.323484.593470.5902
Yxy84.59340.29940.3819
Hunter Lab91.9747-32.238418.8774
CIE-Lab93.7076-29.392216.0533

#bbfccd color RGB value is (187,252,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 11001101
Octal 273 374 315
Decimal 187 252 205
Hex BB FC CD

RGB Percentages of Color #bbfccd

%29.04
%39.13
%31.83

CMYK Percentages of Color #bbfccd

%26
%0
%19
%1

Triadic Colors of #bbfccd

#bbfccd #cdbbfc #fccdbb

Analogous Colors of #bbfccd

#bbfccd #bbfcee #cafcbb

Monochromatic Colors of #bbfccd

#bbfccd

Complementary Color

#bbfccd #fcbbea

#bbfccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfccd Color CSS Codes

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

#bbfccd Text Font Color

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

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


#bbfccd Background Color

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

This div background color is #bbfccd


#bbfccd Border Color

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

This div border color is #bbfccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,252,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 #bbfccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfccd


Comments

No comments written yet.

Please login to write comment.