Color Hex Logo

#bbffdb Color Hex

#BBFFDB
(187,255,219)
0 Favorites   0 Comments

Color spaces of #bbffdb

RGB 187255219
HSL0.411.000.87
HSV148°27°100°
CMYK 0.270.000.14   0.00
XYZ69.039787.199380.2102
Yxy87.19930.29200.3688
Hunter Lab93.3806-31.444314.4386
CIE-Lab94.8228-28.225310.4451

#bbffdb color RGB value is (187,255,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 11011011
Octal 273 377 333
Decimal 187 255 219
Hex BB FF DB

RGB Percentages of Color #bbffdb

%28.29
%38.58
%33.13

CMYK Percentages of Color #bbffdb

%27
%0
%14
%0

Triadic Colors of #bbffdb

#bbffdb #dbbbff #ffdbbb

Analogous Colors of #bbffdb

#bbffdb #bbfffd #bdffbb

Monochromatic Colors of #bbffdb

#bbffdb

Complementary Color

#bbffdb #ffbbdf

#bbffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbffdb Color CSS Codes

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

#bbffdb Text Font Color

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

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


#bbffdb Background Color

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

This div background color is #bbffdb


#bbffdb Border Color

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

This div border color is #bbffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbffdb


Comments

No comments written yet.

Please login to write comment.