Color Hex Logo

#bbdbda Color Hex

#BBDBDA
(187,219,218)
0 Favorites   0 Comments

Color spaces of #bbdbda

RGB 187219218
HSL0.490.310.80
HSV178°15°86°
CMYK 0.150.000.00   0.14
XYZ58.479966.289876.0427
Yxy66.28980.29120.3301
Hunter Lab81.4185-14.27261.6177
CIE-Lab85.1440-10.7008-3.0582

#bbdbda color RGB value is (187,219,218).

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

The process color (four color CMYK) of #bbdbda color hex is 0.15, 0.00, 0.00, 0.14. Web safe color of #bbdbda is #cccccc. Color #bbdbda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 11011010
Octal 273 333 332
Decimal 187 219 218
Hex BB DB DA

RGB Percentages of Color #bbdbda

%29.97
%35.10
%34.94

CMYK Percentages of Color #bbdbda

%15
%0
%0
%14

Triadic Colors of #bbdbda

#bbdbda #dabbdb #dbdabb

Analogous Colors of #bbdbda

#bbdbda #bbccdb #bbdbca

Monochromatic Colors of #bbdbda

#bbdbda

Complementary Color

#bbdbda #dbbbbc

#bbdbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdbda Color CSS Codes

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

#bbdbda Text Font Color

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

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


#bbdbda Background Color

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

This div background color is #bbdbda


#bbdbda Border Color

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

This div border color is #bbdbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdbda


Comments

No comments written yet.

Please login to write comment.