Color Hex Logo

#bba30a Color Hex

#BBA30A
(187,163,10)
0 Favorites   0 Comments

Color spaces of #bba30a

RGB 18716310
HSL0.140.900.39
HSV52°95°73°
CMYK 0.000.130.95   0.27
XYZ33.645536.78115.6133
Yxy36.78110.44250.4837
Hunter Lab60.6474-7.106236.9655
CIE-Lab67.1125-4.545268.8614

#bba30a color RGB value is (187,163,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 00001010
Octal 273 243 12
Decimal 187 163 10
Hex BB A3 A

RGB Percentages of Color #bba30a

%51.94
%45.28
%2.78

CMYK Percentages of Color #bba30a

%0
%13
%95
%27

Triadic Colors of #bba30a

#bba30a #0abba3 #a30abb

Analogous Colors of #bba30a

#bba30a #7bbb0a #bb4a0a

Monochromatic Colors of #bba30a

#bba30a

Complementary Color

#bba30a #0a22bb

#bba30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba30a Color CSS Codes

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

#bba30a Text Font Color

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

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


#bba30a Background Color

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

This div background color is #bba30a


#bba30a Border Color

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

This div border color is #bba30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba30a


Comments

No comments written yet.

Please login to write comment.