Color Hex Logo

#bbd16b Color Hex

#BBD16B
(187,209,107)
0 Favorites   0 Comments

Color spaces of #bbd16b

RGB 187209107
HSL0.200.530.62
HSV73°49°82°
CMYK 0.110.000.49   0.18
XYZ45.947857.227322.5342
Yxy57.22730.36550.4552
Hunter Lab75.6487-23.967335.2928
CIE-Lab80.3073-22.702747.7454

#bbd16b color RGB value is (187,209,107).

#bbd16b hex color red value is 187, green value is 209 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bbd16b hue: 0.20 , saturation: 0.53 and the lightness value of bbd16b is 0.62.

The process color (four color CMYK) of #bbd16b color hex is 0.11, 0.00, 0.49, 0.18. Web safe color of #bbd16b is #cccc66. Color #bbd16b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010001 01101011
Octal 273 321 153
Decimal 187 209 107
Hex BB D1 6B

RGB Percentages of Color #bbd16b

%37.18
%41.55
%21.27

CMYK Percentages of Color #bbd16b

%11
%0
%49
%18

Triadic Colors of #bbd16b

#bbd16b #6bbbd1 #d16bbb

Analogous Colors of #bbd16b

#bbd16b #88d16b #d1b46b

Monochromatic Colors of #bbd16b

#bbd16b

Complementary Color

#bbd16b #816bd1

#bbd16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd16b Color CSS Codes

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

#bbd16b Text Font Color

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

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


#bbd16b Background Color

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

This div background color is #bbd16b


#bbd16b Border Color

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

This div border color is #bbd16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd16b


Comments

No comments written yet.

Please login to write comment.