Color Hex Logo

#bbac0a Color Hex

#BBAC0A
(187,172,10)
0 Favorites   0 Comments

Color spaces of #bbac0a

RGB 18717210
HSL0.150.900.39
HSV55°95°73°
CMYK 0.000.080.95   0.27
XYZ35.300840.09186.1651
Yxy40.09180.43280.4916
Hunter Lab63.3181-11.290238.5498
CIE-Lab69.5349-9.278770.6747

#bbac0a color RGB value is (187,172,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 00001010
Octal 273 254 12
Decimal 187 172 10
Hex BB AC A

RGB Percentages of Color #bbac0a

%50.68
%46.61
%2.71

CMYK Percentages of Color #bbac0a

%0
%8
%95
%27

Triadic Colors of #bbac0a

#bbac0a #0abbac #ac0abb

Analogous Colors of #bbac0a

#bbac0a #72bb0a #bb540a

Monochromatic Colors of #bbac0a

#bbac0a

Complementary Color

#bbac0a #0a19bb

#bbac0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbac0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbac0a Color CSS Codes

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

#bbac0a Text Font Color

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

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


#bbac0a Background Color

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

This div background color is #bbac0a


#bbac0a Border Color

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

This div border color is #bbac0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbac0a


Comments

No comments written yet.

Please login to write comment.