Color Hex Logo

#bbab09 Color Hex

#BBAB09
(187,171,9)
0 Favorites   0 Comments

Color spaces of #bbab09

RGB 1871719
HSL0.150.910.38
HSV55°95°73°
CMYK 0.000.090.95   0.27
XYZ35.105739.71036.0730
Yxy39.71030.43400.4909
Hunter Lab63.0161-10.837538.3974
CIE-Lab69.2627-8.768970.5898

#bbab09 color RGB value is (187,171,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 00001001
Octal 273 253 11
Decimal 187 171 9
Hex BB AB 9

RGB Percentages of Color #bbab09

%50.95
%46.59
%2.45

CMYK Percentages of Color #bbab09

%0
%9
%95
%27

Triadic Colors of #bbab09

#bbab09 #09bbab #ab09bb

Analogous Colors of #bbab09

#bbab09 #72bb09 #bb5209

Monochromatic Colors of #bbab09

#bbab09

Complementary Color

#bbab09 #0919bb

#bbab09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab09 Color CSS Codes

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

#bbab09 Text Font Color

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

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


#bbab09 Background Color

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

This div background color is #bbab09


#bbab09 Border Color

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

This div border color is #bbab09


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,171,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 #bbab09">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab09


Comments

No comments written yet.

Please login to write comment.