Color Hex Logo

#bbba2f Color Hex

#BBBA2F
(187,186,47)
0 Favorites   0 Comments

Color spaces of #bbba2f

RGB 18718647
HSL0.170.600.46
HSV60°75°73°
CMYK 0.000.010.75   0.27
XYZ38.565545.88789.5139
Yxy45.88780.41040.4883
Hunter Lab67.7405-16.923739.0913
CIE-Lab73.4727-15.497565.5144

#bbba2f color RGB value is (187,186,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 00101111
Octal 273 272 57
Decimal 187 186 47
Hex BB BA 2F

RGB Percentages of Color #bbba2f

%44.52
%44.29
%11.19

CMYK Percentages of Color #bbba2f

%0
%1
%75
%27

Triadic Colors of #bbba2f

#bbba2f #2fbbba #ba2fbb

Analogous Colors of #bbba2f

#bbba2f #76bb2f #bb742f

Monochromatic Colors of #bbba2f

#bbba2f

Complementary Color

#bbba2f #2f30bb

#bbba2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba2f Color CSS Codes

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

#bbba2f Text Font Color

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

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


#bbba2f Background Color

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

This div background color is #bbba2f


#bbba2f Border Color

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

This div border color is #bbba2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba2f


Comments

No comments written yet.

Please login to write comment.