Color Hex Logo

#bba42a Color Hex

#BBA42A
(187,164,42)
0 Favorites   0 Comments

Color spaces of #bba42a

RGB 18716442
HSL0.140.630.45
HSV50°78°73°
CMYK 0.000.120.78   0.27
XYZ34.186937.28297.5850
Yxy37.28290.43240.4716
Hunter Lab61.0597-6.913735.3766
CIE-Lab67.4887-4.280061.6533

#bba42a color RGB value is (187,164,42).

#bba42a hex color red value is 187, green value is 164 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bba42a hue: 0.14 , saturation: 0.63 and the lightness value of bba42a is 0.45.

The process color (four color CMYK) of #bba42a color hex is 0.00, 0.12, 0.78, 0.27. Web safe color of #bba42a is #cc9933. Color #bba42a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 00101010
Octal 273 244 52
Decimal 187 164 42
Hex BB A4 2A

RGB Percentages of Color #bba42a

%47.58
%41.73
%10.69

CMYK Percentages of Color #bba42a

%0
%12
%78
%27

Triadic Colors of #bba42a

#bba42a #2abba4 #a42abb

Analogous Colors of #bba42a

#bba42a #8abb2a #bb5c2a

Monochromatic Colors of #bba42a

#bba42a

Complementary Color

#bba42a #2a41bb

#bba42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba42a Color CSS Codes

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

#bba42a Text Font Color

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

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


#bba42a Background Color

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

This div background color is #bba42a


#bba42a Border Color

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

This div border color is #bba42a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba42a


Comments

No comments written yet.

Please login to write comment.