Color Hex Logo

#bbcb80 Color Hex

#BBCB80
(187,203,128)
0 Favorites   0 Comments

Color spaces of #bbcb80

RGB 187203128
HSL0.200.420.65
HSV73°37°80°
CMYK 0.080.000.37   0.20
XYZ45.745754.835228.5953
Yxy54.83520.35410.4245
Hunter Lab74.0508-19.318528.9403
CIE-Lab78.9462-17.412435.6223

#bbcb80 color RGB value is (187,203,128).

#bbcb80 hex color red value is 187, green value is 203 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bbcb80 hue: 0.20 , saturation: 0.42 and the lightness value of bbcb80 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 10000000
Octal 273 313 200
Decimal 187 203 128
Hex BB CB 80

RGB Percentages of Color #bbcb80

%36.10
%39.19
%24.71

CMYK Percentages of Color #bbcb80

%8
%0
%37
%20

Triadic Colors of #bbcb80

#bbcb80 #80bbcb #cb80bb

Analogous Colors of #bbcb80

#bbcb80 #96cb80 #cbb680

Monochromatic Colors of #bbcb80

#bbcb80

Complementary Color

#bbcb80 #9080cb

#bbcb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcb80 Color CSS Codes

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

#bbcb80 Text Font Color

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

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


#bbcb80 Background Color

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

This div background color is #bbcb80


#bbcb80 Border Color

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

This div border color is #bbcb80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcb80


Comments

No comments written yet.

Please login to write comment.