Color Hex Logo

#baa20f Color Hex

#BAA20F
(186,162,15)
0 Favorites   0 Comments

Color spaces of #baa20f

RGB 18616215
HSL0.140.850.39
HSV52°92°73°
CMYK 0.000.130.92   0.27
XYZ33.256336.31435.7085
Yxy36.31430.44180.4824
Hunter Lab60.2613-6.948936.5665
CIE-Lab66.7594-4.392467.8342

#baa20f color RGB value is (186,162,15).

#baa20f hex color red value is 186, green value is 162 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #baa20f hue: 0.14 , saturation: 0.85 and the lightness value of baa20f is 0.39.

The process color (four color CMYK) of #baa20f color hex is 0.00, 0.13, 0.92, 0.27. Web safe color of #baa20f is #cc9900. Color #baa20f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100010 00001111
Octal 272 242 17
Decimal 186 162 15
Hex BA A2 F

RGB Percentages of Color #baa20f

%51.24
%44.63
%4.13

CMYK Percentages of Color #baa20f

%0
%13
%92
%27

Triadic Colors of #baa20f

#baa20f #0fbaa2 #a20fba

Analogous Colors of #baa20f

#baa20f #7dba0f #ba4d0f

Monochromatic Colors of #baa20f

#baa20f

Complementary Color

#baa20f #0f27ba

#baa20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa20f Color CSS Codes

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

#baa20f Text Font Color

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

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


#baa20f Background Color

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

This div background color is #baa20f


#baa20f Border Color

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

This div border color is #baa20f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa20f


Comments

No comments written yet.

Please login to write comment.