Color Hex Logo

#bbdbdf Color Hex

#BBDBDF
(187,219,223)
0 Favorites   0 Comments

Color spaces of #bbdbdf

RGB 187219223
HSL0.520.360.80
HSV187°16°87°
CMYK 0.160.020.00   0.13
XYZ59.144366.555579.5413
Yxy66.55550.28820.3243
Hunter Lab81.5816-13.3603-0.7001
CIE-Lab85.2790-9.6781-5.5062

#bbdbdf color RGB value is (187,219,223).

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

The process color (four color CMYK) of #bbdbdf color hex is 0.16, 0.02, 0.00, 0.13. Web safe color of #bbdbdf is #cccccc. Color #bbdbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 11011111
Octal 273 333 337
Decimal 187 219 223
Hex BB DB DF

RGB Percentages of Color #bbdbdf

%29.73
%34.82
%35.45

CMYK Percentages of Color #bbdbdf

%16
%2
%0
%13

Triadic Colors of #bbdbdf

#bbdbdf #dfbbdb #dbdfbb

Analogous Colors of #bbdbdf

#bbdbdf #bbc9df #bbdfd1

Monochromatic Colors of #bbdbdf

#bbdbdf

Complementary Color

#bbdbdf #dfbfbb

#bbdbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdbdf Color CSS Codes

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

#bbdbdf Text Font Color

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

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


#bbdbdf Background Color

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

This div background color is #bbdbdf


#bbdbdf Border Color

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

This div border color is #bbdbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdbdf


Comments

No comments written yet.

Please login to write comment.