Color Hex Logo

#bbdcbc Color Hex

#BBDCBC
(187,220,188)
0 Favorites   0 Comments

Color spaces of #bbdcbc

RGB 187220188
HSL0.340.320.80
HSV122°15°86°
CMYK 0.150.000.15   0.14
XYZ55.163865.382057.2895
Yxy65.38200.31020.3677
Hunter Lab80.8591-19.727014.5938
CIE-Lab84.6802-16.896712.1253

#bbdcbc color RGB value is (187,220,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 10111100
Octal 273 334 274
Decimal 187 220 188
Hex BB DC BC

RGB Percentages of Color #bbdcbc

%31.43
%36.97
%31.60

CMYK Percentages of Color #bbdcbc

%15
%0
%15
%14

Triadic Colors of #bbdcbc

#bbdcbc #bcbbdc #dcbcbb

Analogous Colors of #bbdcbc

#bbdcbc #bbdccd #cbdcbb

Monochromatic Colors of #bbdcbc

#bbdcbc

Complementary Color

#bbdcbc #dcbbdb

#bbdcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdcbc Color CSS Codes

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

#bbdcbc Text Font Color

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

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


#bbdcbc Background Color

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

This div background color is #bbdcbc


#bbdcbc Border Color

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

This div border color is #bbdcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdcbc


Comments

No comments written yet.

Please login to write comment.