Color Hex Logo

#bbbc6e Color Hex

#BBBC6E
(187,188,110)
0 Favorites   0 Comments

Color spaces of #bbbc6e

RGB 187188110
HSL0.170.370.58
HSV61°41°74°
CMYK 0.010.000.41   0.26
XYZ41.291247.657021.7743
Yxy47.65700.37290.4304
Hunter Lab69.0340-14.043729.6229
CIE-Lab74.6081-11.868539.2642

#bbbc6e color RGB value is (187,188,110).

#bbbc6e hex color red value is 187, green value is 188 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bbbc6e hue: 0.17 , saturation: 0.37 and the lightness value of bbbc6e is 0.58.

The process color (four color CMYK) of #bbbc6e color hex is 0.01, 0.00, 0.41, 0.26. Web safe color of #bbbc6e is #cccc66. Color #bbbc6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111100 01101110
Octal 273 274 156
Decimal 187 188 110
Hex BB BC 6E

RGB Percentages of Color #bbbc6e

%38.56
%38.76
%22.68

CMYK Percentages of Color #bbbc6e

%1
%0
%41
%26

Triadic Colors of #bbbc6e

#bbbc6e #6ebbbc #bc6ebb

Analogous Colors of #bbbc6e

#bbbc6e #94bc6e #bc966e

Monochromatic Colors of #bbbc6e

#bbbc6e

Complementary Color

#bbbc6e #6f6ebc

#bbbc6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbc6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbc6e Color CSS Codes

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

#bbbc6e Text Font Color

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

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


#bbbc6e Background Color

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

This div background color is #bbbc6e


#bbbc6e Border Color

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

This div border color is #bbbc6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbc6e


Comments

No comments written yet.

Please login to write comment.