Color Hex Logo

#bab73a Color Hex

#BAB73A
(186,183,58)
0 Favorites   0 Comments

Color spaces of #bab73a

RGB 18618358
HSL0.160.520.48
HSV59°69°73°
CMYK 0.000.020.69   0.27
XYZ37.946944.611610.6139
Yxy44.61160.40730.4788
Hunter Lab66.7919-15.473637.3326
CIE-Lab72.6354-13.878460.7744

#bab73a color RGB value is (186,183,58).

#bab73a hex color red value is 186, green value is 183 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bab73a hue: 0.16 , saturation: 0.52 and the lightness value of bab73a is 0.48.

The process color (four color CMYK) of #bab73a color hex is 0.00, 0.02, 0.69, 0.27. Web safe color of #bab73a is #cccc33. Color #bab73a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110111 00111010
Octal 272 267 72
Decimal 186 183 58
Hex BA B7 3A

RGB Percentages of Color #bab73a

%43.56
%42.86
%13.58

CMYK Percentages of Color #bab73a

%0
%2
%69
%27

Triadic Colors of #bab73a

#bab73a #3abab7 #b73aba

Analogous Colors of #bab73a

#bab73a #7dba3a #ba773a

Monochromatic Colors of #bab73a

#bab73a

Complementary Color

#bab73a #3a3dba

#bab73a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab73a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab73a Color CSS Codes

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

#bab73a Text Font Color

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

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


#bab73a Background Color

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

This div background color is #bab73a


#bab73a Border Color

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

This div border color is #bab73a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab73a


Comments

No comments written yet.

Please login to write comment.