Color Hex Logo

#bbab1a Color Hex

#BBAB1A
(187,171,26)
0 Favorites   0 Comments

Color spaces of #bbab1a

RGB 18717126
HSL0.150.760.42
HSV54°86°73°
CMYK 0.000.090.86   0.27
XYZ35.242939.76526.7952
Yxy39.76520.43080.4861
Hunter Lab63.0597-10.594037.7528
CIE-Lab69.3020-8.471467.7412

#bbab1a color RGB value is (187,171,26).

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

The process color (four color CMYK) of #bbab1a color hex is 0.00, 0.09, 0.86, 0.27. Web safe color of #bbab1a is #cc9933. Color #bbab1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 00011010
Octal 273 253 32
Decimal 187 171 26
Hex BB AB 1A

RGB Percentages of Color #bbab1a

%48.70
%44.53
%6.77

CMYK Percentages of Color #bbab1a

%0
%9
%86
%27

Triadic Colors of #bbab1a

#bbab1a #1abbab #ab1abb

Analogous Colors of #bbab1a

#bbab1a #7bbb1a #bb5b1a

Monochromatic Colors of #bbab1a

#bbab1a

Complementary Color

#bbab1a #1a2abb

#bbab1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab1a Color CSS Codes

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

#bbab1a Text Font Color

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

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


#bbab1a Background Color

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

This div background color is #bbab1a


#bbab1a Border Color

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

This div border color is #bbab1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab1a

#bbab1a Color Palettes


Comments

No comments written yet.

Please login to write comment.