Color Hex Logo

#bbcb92 Color Hex

#BBCB92
(187,203,146)
0 Favorites   0 Comments

Color spaces of #bbcb92

RGB 187203146
HSL0.210.350.68
HSV77°28°80°
CMYK 0.080.000.28   0.20
XYZ47.037855.352035.3990
Yxy55.35200.34140.4017
Hunter Lab74.3989-17.343723.8691
CIE-Lab79.2436-15.039126.6906

#bbcb92 color RGB value is (187,203,146).

#bbcb92 hex color red value is 187, green value is 203 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bbcb92 hue: 0.21 , saturation: 0.35 and the lightness value of bbcb92 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 10010010
Octal 273 313 222
Decimal 187 203 146
Hex BB CB 92

RGB Percentages of Color #bbcb92

%34.89
%37.87
%27.24

CMYK Percentages of Color #bbcb92

%8
%0
%28
%20

Triadic Colors of #bbcb92

#bbcb92 #92bbcb #cb92bb

Analogous Colors of #bbcb92

#bbcb92 #9fcb92 #cbbf92

Monochromatic Colors of #bbcb92

#bbcb92

Complementary Color

#bbcb92 #a292cb

#bbcb92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcb92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcb92 Color CSS Codes

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

#bbcb92 Text Font Color

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

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


#bbcb92 Background Color

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

This div background color is #bbcb92


#bbcb92 Border Color

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

This div border color is #bbcb92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcb92


Comments

No comments written yet.

Please login to write comment.