Color Hex Logo

#bbdadb Color Hex

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

Color spaces of #bbdadb

RGB 187218219
HSL0.510.310.80
HSV182°15°86°
CMYK 0.150.000.00   0.14
XYZ58.351165.822176.6473
Yxy65.82210.29060.3278
Hunter Lab81.1308-13.59770.7781
CIE-Lab84.9056-9.9856-3.9383

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

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

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

Base Numbers

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

RGB Percentages of Color #bbdadb

%29.97
%34.94
%35.10

CMYK Percentages of Color #bbdadb

%15
%0
%0
%14

Triadic Colors of #bbdadb

#bbdadb #dbbbda #dadbbb

Analogous Colors of #bbdadb

#bbdadb #bbcadb #bbdbcc

Monochromatic Colors of #bbdadb

#bbdadb

Complementary Color

#bbdadb #dbbcbb

#bbdadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdadb Color CSS Codes

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

#bbdadb Text Font Color

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

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


#bbdadb Background Color

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

This div background color is #bbdadb


#bbdadb Border Color

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

This div border color is #bbdadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdadb


Comments

No comments written yet.

Please login to write comment.