Color Hex Logo

#bbdedb Color Hex

#BBDEDB
(187,222,219)
0 Favorites   0 Comments

Color spaces of #bbdedb

RGB 187222219
HSL0.490.350.80
HSV175°16°87°
CMYK 0.160.000.01   0.13
XYZ59.401067.921876.9973
Yxy67.92180.29070.3324
Hunter Lab82.4147-15.57052.2976
CIE-Lab85.9673-12.0285-2.3782

#bbdedb color RGB value is (187,222,219).

#bbdedb hex color red value is 187, green value is 222 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bbdedb hue: 0.49 , saturation: 0.35 and the lightness value of bbdedb is 0.80.

The process color (four color CMYK) of #bbdedb color hex is 0.16, 0.00, 0.01, 0.13. Web safe color of #bbdedb is #cccccc. Color #bbdedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 11011011
Octal 273 336 333
Decimal 187 222 219
Hex BB DE DB

RGB Percentages of Color #bbdedb

%29.78
%35.35
%34.87

CMYK Percentages of Color #bbdedb

%16
%0
%1
%13

Triadic Colors of #bbdedb

#bbdedb #dbbbde #dedbbb

Analogous Colors of #bbdedb

#bbdedb #bbd0de #bbdeca

Monochromatic Colors of #bbdedb

#bbdedb

Complementary Color

#bbdedb #debbbe

#bbdedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdedb Color CSS Codes

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

#bbdedb Text Font Color

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

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


#bbdedb Background Color

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

This div background color is #bbdedb


#bbdedb Border Color

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

This div border color is #bbdedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdedb


Comments

No comments written yet.

Please login to write comment.