Color Hex Logo

#bbcb9d Color Hex

#BBCB9D
(187,203,157)
0 Favorites   0 Comments

Color spaces of #bbcb9d

RGB 187203157
HSL0.220.310.71
HSV81°23°80°
CMYK 0.080.000.23   0.20
XYZ47.935355.711040.1251
Yxy55.71100.33340.3875
Hunter Lab74.6398-15.983120.3746
CIE-Lab79.4491-13.425121.1785

#bbcb9d color RGB value is (187,203,157).

#bbcb9d hex color red value is 187, green value is 203 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bbcb9d hue: 0.22 , saturation: 0.31 and the lightness value of bbcb9d is 0.71.

The process color (four color CMYK) of #bbcb9d color hex is 0.08, 0.00, 0.23, 0.20. Web safe color of #bbcb9d is #cccc99. Color #bbcb9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 10011101
Octal 273 313 235
Decimal 187 203 157
Hex BB CB 9D

RGB Percentages of Color #bbcb9d

%34.19
%37.11
%28.70

CMYK Percentages of Color #bbcb9d

%8
%0
%23
%20

Triadic Colors of #bbcb9d

#bbcb9d #9dbbcb #cb9dbb

Analogous Colors of #bbcb9d

#bbcb9d #a4cb9d #cbc49d

Monochromatic Colors of #bbcb9d

#bbcb9d

Complementary Color

#bbcb9d #ad9dcb

#bbcb9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcb9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcb9d Color CSS Codes

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

#bbcb9d Text Font Color

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

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


#bbcb9d Background Color

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

This div background color is #bbcb9d


#bbcb9d Border Color

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

This div border color is #bbcb9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcb9d


Comments

No comments written yet.

Please login to write comment.