Color Hex Logo

#bbfcdb Color Hex

#BBFCDB
(187,252,219)
0 Favorites   0 Comments

Color spaces of #bbfcdb

RGB 187252219
HSL0.420.920.86
HSV150°26°99°
CMYK 0.260.000.13   0.01
XYZ68.090185.300179.8937
Yxy85.30010.29190.3656
Hunter Lab92.3581-30.029213.3622
CIE-Lab94.0123-26.80209.2856

#bbfcdb color RGB value is (187,252,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 11011011
Octal 273 374 333
Decimal 187 252 219
Hex BB FC DB

RGB Percentages of Color #bbfcdb

%28.42
%38.30
%33.28

CMYK Percentages of Color #bbfcdb

%26
%0
%13
%1

Triadic Colors of #bbfcdb

#bbfcdb #dbbbfc #fcdbbb

Analogous Colors of #bbfcdb

#bbfcdb #bbfcfc #bcfcbb

Monochromatic Colors of #bbfcdb

#bbfcdb

Complementary Color

#bbfcdb #fcbbdc

#bbfcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfcdb Color CSS Codes

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

#bbfcdb Text Font Color

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

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


#bbfcdb Background Color

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

This div background color is #bbfcdb


#bbfcdb Border Color

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

This div border color is #bbfcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfcdb


Comments

No comments written yet.

Please login to write comment.