Color Hex Logo

#baa93b Color Hex

#BAA93B
(186,169,59)
0 Favorites   0 Comments

Color spaces of #baa93b

RGB 18616959
HSL0.140.520.48
HSV52°68°73°
CMYK 0.000.090.68   0.27
XYZ35.227139.13089.8340
Yxy39.13080.41840.4648
Hunter Lab62.5546-8.949834.4675
CIE-Lab68.8459-6.559456.5528

#baa93b color RGB value is (186,169,59).

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

The process color (four color CMYK) of #baa93b color hex is 0.00, 0.09, 0.68, 0.27. Web safe color of #baa93b is #cc9933. Color #baa93b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101001 00111011
Octal 272 251 73
Decimal 186 169 59
Hex BA A9 3B

RGB Percentages of Color #baa93b

%44.93
%40.82
%14.25

CMYK Percentages of Color #baa93b

%0
%9
%68
%27

Triadic Colors of #baa93b

#baa93b #3bbaa9 #a93bba

Analogous Colors of #baa93b

#baa93b #8cba3b #ba6a3b

Monochromatic Colors of #baa93b

#baa93b

Complementary Color

#baa93b #3b4cba

#baa93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa93b Color CSS Codes

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

#baa93b Text Font Color

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

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


#baa93b Background Color

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

This div background color is #baa93b


#baa93b Border Color

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

This div border color is #baa93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa93b


Comments

No comments written yet.

Please login to write comment.