Color Hex Logo

#bbdcb0 Color Hex

#BBDCB0
(187,220,176)
0 Favorites   0 Comments

Color spaces of #bbdcb0

RGB 187220176
HSL0.290.390.78
HSV105°20°86°
CMYK 0.150.000.20   0.14
XYZ53.923264.885850.7565
Yxy64.88580.31800.3827
Hunter Lab80.5517-21.473519.0269
CIE-Lab84.4249-18.946418.0718

#bbdcb0 color RGB value is (187,220,176).

#bbdcb0 hex color red value is 187, green value is 220 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #bbdcb0 hue: 0.29 , saturation: 0.39 and the lightness value of bbdcb0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 10110000
Octal 273 334 260
Decimal 187 220 176
Hex BB DC B0

RGB Percentages of Color #bbdcb0

%32.08
%37.74
%30.19

CMYK Percentages of Color #bbdcb0

%15
%0
%20
%14

Triadic Colors of #bbdcb0

#bbdcb0 #b0bbdc #dcb0bb

Analogous Colors of #bbdcb0

#bbdcb0 #b0dcbb #d1dcb0

Monochromatic Colors of #bbdcb0

#bbdcb0

Complementary Color

#bbdcb0 #d1b0dc

#bbdcb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdcb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdcb0 Color CSS Codes

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

#bbdcb0 Text Font Color

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

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


#bbdcb0 Background Color

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

This div background color is #bbdcb0


#bbdcb0 Border Color

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

This div border color is #bbdcb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdcb0


Comments

No comments written yet.

Please login to write comment.