Color Hex Logo

#bbc66e Color Hex

#BBC66E
(187,198,110)
0 Favorites   0 Comments

Color spaces of #bbc66e

RGB 187198110
HSL0.190.440.60
HSV68°44°78°
CMYK 0.060.000.44   0.22
XYZ43.502152.078822.5113
Yxy52.07880.36840.4410
Hunter Lab72.1656-18.688532.0211
CIE-Lab77.3279-16.950542.6487

#bbc66e color RGB value is (187,198,110).

#bbc66e hex color red value is 187, green value is 198 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bbc66e hue: 0.19 , saturation: 0.44 and the lightness value of bbc66e is 0.60.

The process color (four color CMYK) of #bbc66e color hex is 0.06, 0.00, 0.44, 0.22. Web safe color of #bbc66e is #cccc66. Color #bbc66e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000110 01101110
Octal 273 306 156
Decimal 187 198 110
Hex BB C6 6E

RGB Percentages of Color #bbc66e

%37.78
%40.00
%22.22

CMYK Percentages of Color #bbc66e

%6
%0
%44
%22

Triadic Colors of #bbc66e

#bbc66e #6ebbc6 #c66ebb

Analogous Colors of #bbc66e

#bbc66e #8fc66e #c6a56e

Monochromatic Colors of #bbc66e

#bbc66e

Complementary Color

#bbc66e #796ec6

#bbc66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc66e Color CSS Codes

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

#bbc66e Text Font Color

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

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


#bbc66e Background Color

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

This div background color is #bbc66e


#bbc66e Border Color

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

This div border color is #bbc66e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,198,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 #bbc66e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc66e


Comments

No comments written yet.

Please login to write comment.