Color Hex Logo

#bbdacd Color Hex

#BBDACD
(187,218,205)
0 Favorites   0 Comments

Color spaces of #bbdacd

RGB 187218205
HSL0.430.300.79
HSV155°14°85°
CMYK 0.140.000.06   0.15
XYZ56.584465.115467.3438
Yxy65.11540.29930.3444
Hunter Lab80.6941-16.04687.0050
CIE-Lab84.5432-12.75622.9478

#bbdacd color RGB value is (187,218,205).

#bbdacd hex color red value is 187, green value is 218 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bbdacd hue: 0.43 , saturation: 0.30 and the lightness value of bbdacd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 11001101
Octal 273 332 315
Decimal 187 218 205
Hex BB DA CD

RGB Percentages of Color #bbdacd

%30.66
%35.74
%33.61

CMYK Percentages of Color #bbdacd

%14
%0
%6
%15

Triadic Colors of #bbdacd

#bbdacd #cdbbda #dacdbb

Analogous Colors of #bbdacd

#bbdacd #bbd8da #bbdabe

Monochromatic Colors of #bbdacd

#bbdacd

Complementary Color

#bbdacd #dabbc8

#bbdacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdacd Color CSS Codes

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

#bbdacd Text Font Color

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

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


#bbdacd Background Color

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

This div background color is #bbdacd


#bbdacd Border Color

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

This div border color is #bbdacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdacd


Comments

No comments written yet.

Please login to write comment.