Color Hex Logo

#bbcb9f Color Hex

#BBCB9F
(187,203,159)
0 Favorites   0 Comments

Color spaces of #bbcb9f

RGB 187203159
HSL0.230.300.71
HSV82°22°80°
CMYK 0.080.000.22   0.20
XYZ48.107555.779941.0319
Yxy55.77990.33200.3849
Hunter Lab74.6859-15.723119.7067
CIE-Lab79.4884-13.118620.1742

#bbcb9f color RGB value is (187,203,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 10011111
Octal 273 313 237
Decimal 187 203 159
Hex BB CB 9F

RGB Percentages of Color #bbcb9f

%34.06
%36.98
%28.96

CMYK Percentages of Color #bbcb9f

%8
%0
%22
%20

Triadic Colors of #bbcb9f

#bbcb9f #9fbbcb #cb9fbb

Analogous Colors of #bbcb9f

#bbcb9f #a5cb9f #cbc59f

Monochromatic Colors of #bbcb9f

#bbcb9f

Complementary Color

#bbcb9f #af9fcb

#bbcb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcb9f Color CSS Codes

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

#bbcb9f Text Font Color

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

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


#bbcb9f Background Color

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

This div background color is #bbcb9f


#bbcb9f Border Color

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

This div border color is #bbcb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcb9f


Comments

No comments written yet.

Please login to write comment.