Color Hex Logo

#bba93a Color Hex

#BBA93A
(187,169,58)
0 Favorites   0 Comments

Color spaces of #bba93a

RGB 18716958
HSL0.140.530.48
HSV52°69°73°
CMYK 0.000.100.69   0.27
XYZ35.445239.24629.7101
Yxy39.24620.42000.4650
Hunter Lab62.6468-8.637634.6629
CIE-Lab68.9292-6.178857.0749

#bba93a color RGB value is (187,169,58).

#bba93a hex color red value is 187, green value is 169 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bba93a hue: 0.14 , saturation: 0.53 and the lightness value of bba93a is 0.48.

The process color (four color CMYK) of #bba93a color hex is 0.00, 0.10, 0.69, 0.27. Web safe color of #bba93a is #cc9933. Color #bba93a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 00111010
Octal 273 251 72
Decimal 187 169 58
Hex BB A9 3A

RGB Percentages of Color #bba93a

%45.17
%40.82
%14.01

CMYK Percentages of Color #bba93a

%0
%10
%69
%27

Triadic Colors of #bba93a

#bba93a #3abba9 #a93abb

Analogous Colors of #bba93a

#bba93a #8dbb3a #bb693a

Monochromatic Colors of #bba93a

#bba93a

Complementary Color

#bba93a #3a4cbb

#bba93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba93a Color CSS Codes

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

#bba93a Text Font Color

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

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


#bba93a Background Color

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

This div background color is #bba93a


#bba93a Border Color

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

This div border color is #bba93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba93a


Comments

No comments written yet.

Please login to write comment.