Color Hex Logo

#bbfbdb Color Hex

#BBFBDB
(187,251,219)
0 Favorites   0 Comments

Color spaces of #bbfbdb

RGB 187251219
HSL0.420.890.86
HSV150°25°98°
CMYK 0.250.000.13   0.02
XYZ67.776984.673679.7893
Yxy84.67360.29180.3646
Hunter Lab92.0183-29.556113.0022
CIE-Lab93.7423-26.32528.8987

#bbfbdb color RGB value is (187,251,219).

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

The process color (four color CMYK) of #bbfbdb color hex is 0.25, 0.00, 0.13, 0.02. Web safe color of #bbfbdb is #ccffcc. Color #bbfbdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 11011011
Octal 273 373 333
Decimal 187 251 219
Hex BB FB DB

RGB Percentages of Color #bbfbdb

%28.46
%38.20
%33.33

CMYK Percentages of Color #bbfbdb

%25
%0
%13
%2

Triadic Colors of #bbfbdb

#bbfbdb #dbbbfb #fbdbbb

Analogous Colors of #bbfbdb

#bbfbdb #bbfbfb #bbfbbb

Monochromatic Colors of #bbfbdb

#bbfbdb

Complementary Color

#bbfbdb #fbbbdb

#bbfbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfbdb Color CSS Codes

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

#bbfbdb Text Font Color

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

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


#bbfbdb Background Color

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

This div background color is #bbfbdb


#bbfbdb Border Color

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

This div border color is #bbfbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfbdb


Comments

No comments written yet.

Please login to write comment.