Color Hex Logo

#bba10a Color Hex

#BBA10A
(187,161,10)
0 Favorites   0 Comments

Color spaces of #bba10a

RGB 18716110
HSL0.140.900.39
HSV51°95°73°
CMYK 0.000.140.95   0.27
XYZ33.293236.07645.4959
Yxy36.07640.44470.4819
Hunter Lab60.0636-6.169036.6194
CIE-Lab66.5783-3.481468.4630

#bba10a color RGB value is (187,161,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 00001010
Octal 273 241 12
Decimal 187 161 10
Hex BB A1 A

RGB Percentages of Color #bba10a

%52.23
%44.97
%2.79

CMYK Percentages of Color #bba10a

%0
%14
%95
%27

Triadic Colors of #bba10a

#bba10a #0abba1 #a10abb

Analogous Colors of #bba10a

#bba10a #7dbb0a #bb480a

Monochromatic Colors of #bba10a

#bba10a

Complementary Color

#bba10a #0a24bb

#bba10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba10a Color CSS Codes

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

#bba10a Text Font Color

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

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


#bba10a Background Color

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

This div background color is #bba10a


#bba10a Border Color

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

This div border color is #bba10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba10a


Comments

No comments written yet.

Please login to write comment.