Color Hex Logo

#baa30a Color Hex

#BAA30A
(186,163,10)
0 Favorites   0 Comments

Color spaces of #baa30a

RGB 18616310
HSL0.140.900.38
HSV52°95°73°
CMYK 0.000.120.95   0.27
XYZ33.401736.65545.6019
Yxy36.65540.44150.4845
Hunter Lab60.5437-7.473836.8947
CIE-Lab67.0177-4.993068.7484

#baa30a color RGB value is (186,163,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 00001010
Octal 272 243 12
Decimal 186 163 10
Hex BA A3 A

RGB Percentages of Color #baa30a

%51.81
%45.40
%2.79

CMYK Percentages of Color #baa30a

%0
%12
%95
%27

Triadic Colors of #baa30a

#baa30a #0abaa3 #a30aba

Analogous Colors of #baa30a

#baa30a #79ba0a #ba4b0a

Monochromatic Colors of #baa30a

#baa30a

Complementary Color

#baa30a #0a21ba

#baa30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa30a Color CSS Codes

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

#baa30a Text Font Color

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

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


#baa30a Background Color

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

This div background color is #baa30a


#baa30a Border Color

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

This div border color is #baa30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa30a


Comments

No comments written yet.

Please login to write comment.