Color Hex Logo

#bbdcda Color Hex

#BBDCDA
(187,220,218)
0 Favorites   0 Comments

Color spaces of #bbdcda

RGB 187220218
HSL0.490.320.80
HSV176°15°86°
CMYK 0.150.000.01   0.14
XYZ58.741666.813276.1299
Yxy66.81320.29130.3313
Hunter Lab81.7393-14.76561.9964
CIE-Lab85.4095-11.2118-2.6683

#bbdcda color RGB value is (187,220,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 11011010
Octal 273 334 332
Decimal 187 220 218
Hex BB DC DA

RGB Percentages of Color #bbdcda

%29.92
%35.20
%34.88

CMYK Percentages of Color #bbdcda

%15
%0
%1
%14

Triadic Colors of #bbdcda

#bbdcda #dabbdc #dcdabb

Analogous Colors of #bbdcda

#bbdcda #bbcedc #bbdcca

Monochromatic Colors of #bbdcda

#bbdcda

Complementary Color

#bbdcda #dcbbbd

#bbdcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdcda Color CSS Codes

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

#bbdcda Text Font Color

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

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


#bbdcda Background Color

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

This div background color is #bbdcda


#bbdcda Border Color

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

This div border color is #bbdcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdcda


Comments

No comments written yet.

Please login to write comment.