Color Hex Logo

#bba80a Color Hex

#BBA80A
(187,168,10)
0 Favorites   0 Comments

Color spaces of #bba80a

RGB 18716810
HSL0.150.900.39
HSV54°95°73°
CMYK 0.000.100.95   0.27
XYZ34.550938.59205.9151
Yxy38.59200.43700.4881
Hunter Lab62.1225-9.437237.8403
CIE-Lab68.4547-7.186069.8648

#bba80a color RGB value is (187,168,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 00001010
Octal 273 250 12
Decimal 187 168 10
Hex BB A8 A

RGB Percentages of Color #bba80a

%51.23
%46.03
%2.74

CMYK Percentages of Color #bba80a

%0
%10
%95
%27

Triadic Colors of #bba80a

#bba80a #0abba8 #a80abb

Analogous Colors of #bba80a

#bba80a #76bb0a #bb500a

Monochromatic Colors of #bba80a

#bba80a

Complementary Color

#bba80a #0a1dbb

#bba80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba80a Color CSS Codes

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

#bba80a Text Font Color

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

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


#bba80a Background Color

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

This div background color is #bba80a


#bba80a Border Color

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

This div border color is #bba80a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba80a


Comments

No comments written yet.

Please login to write comment.