Color Hex Logo

#bbad0a Color Hex

#BBAD0A
(187,173,10)
0 Favorites   0 Comments

Color spaces of #bbad0a

RGB 18717310
HSL0.150.900.39
HSV55°95°73°
CMYK 0.000.070.95   0.27
XYZ35.491940.47396.2288
Yxy40.47390.43180.4924
Hunter Lab63.6191-11.751638.7284
CIE-Lab69.8057-9.798970.8781

#bbad0a color RGB value is (187,173,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 00001010
Octal 273 255 12
Decimal 187 173 10
Hex BB AD A

RGB Percentages of Color #bbad0a

%50.54
%46.76
%2.70

CMYK Percentages of Color #bbad0a

%0
%7
%95
%27

Triadic Colors of #bbad0a

#bbad0a #0abbad #ad0abb

Analogous Colors of #bbad0a

#bbad0a #71bb0a #bb550a

Monochromatic Colors of #bbad0a

#bbad0a

Complementary Color

#bbad0a #0a18bb

#bbad0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbad0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbad0a Color CSS Codes

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

#bbad0a Text Font Color

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

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


#bbad0a Background Color

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

This div background color is #bbad0a


#bbad0a Border Color

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

This div border color is #bbad0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbad0a


Comments

No comments written yet.

Please login to write comment.