Color Hex Logo

#bbba2b Color Hex

#BBBA2B
(187,186,43)
0 Favorites   0 Comments

Color spaces of #bbba2b

RGB 18718643
HSL0.170.630.45
HSV60°77°73°
CMYK 0.000.010.77   0.27
XYZ38.488545.85709.1082
Yxy45.85700.41180.4907
Hunter Lab67.7178-17.052839.4278
CIE-Lab73.4526-15.657766.7597

#bbba2b color RGB value is (187,186,43).

#bbba2b hex color red value is 187, green value is 186 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bbba2b hue: 0.17 , saturation: 0.63 and the lightness value of bbba2b is 0.45.

The process color (four color CMYK) of #bbba2b color hex is 0.00, 0.01, 0.77, 0.27. Web safe color of #bbba2b is #cccc33. Color #bbba2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 00101011
Octal 273 272 53
Decimal 187 186 43
Hex BB BA 2B

RGB Percentages of Color #bbba2b

%44.95
%44.71
%10.34

CMYK Percentages of Color #bbba2b

%0
%1
%77
%27

Triadic Colors of #bbba2b

#bbba2b #2bbbba #ba2bbb

Analogous Colors of #bbba2b

#bbba2b #74bb2b #bb722b

Monochromatic Colors of #bbba2b

#bbba2b

Complementary Color

#bbba2b #2b2cbb

#bbba2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba2b Color CSS Codes

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

#bbba2b Text Font Color

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

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


#bbba2b Background Color

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

This div background color is #bbba2b


#bbba2b Border Color

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

This div border color is #bbba2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba2b


Comments

No comments written yet.

Please login to write comment.