Color Hex Logo

#bbab12 Color Hex

#BBAB12
(187,171,18)
0 Favorites   0 Comments

Color spaces of #bbab12

RGB 18717118
HSL0.150.820.40
HSV54°90°73°
CMYK 0.000.090.90   0.27
XYZ35.165639.73436.3883
Yxy39.73430.43260.4888
Hunter Lab63.0351-10.731238.1159
CIE-Lab69.2799-8.639069.3192

#bbab12 color RGB value is (187,171,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 00010010
Octal 273 253 22
Decimal 187 171 18
Hex BB AB 12

RGB Percentages of Color #bbab12

%49.73
%45.48
%4.79

CMYK Percentages of Color #bbab12

%0
%9
%90
%27

Triadic Colors of #bbab12

#bbab12 #12bbab #ab12bb

Analogous Colors of #bbab12

#bbab12 #77bb12 #bb5612

Monochromatic Colors of #bbab12

#bbab12

Complementary Color

#bbab12 #1222bb

#bbab12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab12 Color CSS Codes

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

#bbab12 Text Font Color

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

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


#bbab12 Background Color

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

This div background color is #bbab12


#bbab12 Border Color

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

This div border color is #bbab12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab12


Comments

No comments written yet.

Please login to write comment.