Color Hex Logo

#bbac09 Color Hex

#BBAC09
(187,172,9)
0 Favorites   0 Comments

Color spaces of #bbac09

RGB 1871729
HSL0.150.910.38
HSV55°95°73°
CMYK 0.000.080.95   0.27
XYZ35.295340.08966.1362
Yxy40.08960.43300.4918
Hunter Lab63.3163-11.299938.5755
CIE-Lab69.5333-9.290670.7922

#bbac09 color RGB value is (187,172,9).

#bbac09 hex color red value is 187, green value is 172 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #bbac09 hue: 0.15 , saturation: 0.91 and the lightness value of bbac09 is 0.38.

The process color (four color CMYK) of #bbac09 color hex is 0.00, 0.08, 0.95, 0.27. Web safe color of #bbac09 is #cc9900. Color #bbac09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 00001001
Octal 273 254 11
Decimal 187 172 9
Hex BB AC 9

RGB Percentages of Color #bbac09

%50.82
%46.74
%2.45

CMYK Percentages of Color #bbac09

%0
%8
%95
%27

Triadic Colors of #bbac09

#bbac09 #09bbac #ac09bb

Analogous Colors of #bbac09

#bbac09 #71bb09 #bb5309

Monochromatic Colors of #bbac09

#bbac09

Complementary Color

#bbac09 #0918bb

#bbac09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbac09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbac09 Color CSS Codes

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

#bbac09 Text Font Color

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

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


#bbac09 Background Color

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

This div background color is #bbac09


#bbac09 Border Color

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

This div border color is #bbac09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbac09


Comments

No comments written yet.

Please login to write comment.