Color Hex Logo

#bbbd0b Color Hex

#BBBD0B
(187,189,11)
0 Favorites   0 Comments

Color spaces of #bbbd0b

RGB 18718911
HSL0.170.890.39
HSV61°94°74°
CMYK 0.010.000.94   0.26
XYZ38.751546.98417.3430
Yxy46.98410.41630.5048
Hunter Lab68.5449-19.039741.6299
CIE-Lab74.1796-17.950474.0739

#bbbd0b color RGB value is (187,189,11).

#bbbd0b hex color red value is 187, green value is 189 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bbbd0b hue: 0.17 , saturation: 0.89 and the lightness value of bbbd0b is 0.39.

The process color (four color CMYK) of #bbbd0b color hex is 0.01, 0.00, 0.94, 0.26. Web safe color of #bbbd0b is #cccc00. Color #bbbd0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 00001011
Octal 273 275 13
Decimal 187 189 11
Hex BB BD B

RGB Percentages of Color #bbbd0b

%48.32
%48.84
%2.84

CMYK Percentages of Color #bbbd0b

%1
%0
%94
%26

Triadic Colors of #bbbd0b

#bbbd0b #0bbbbd #bd0bbb

Analogous Colors of #bbbd0b

#bbbd0b #62bd0b #bd660b

Monochromatic Colors of #bbbd0b

#bbbd0b

Complementary Color

#bbbd0b #0d0bbd

#bbbd0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbd0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbd0b Color CSS Codes

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

#bbbd0b Text Font Color

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

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


#bbbd0b Background Color

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

This div background color is #bbbd0b


#bbbd0b Border Color

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

This div border color is #bbbd0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbd0b


Comments

No comments written yet.

Please login to write comment.