Color Hex Logo

#baa90f Color Hex

#BAA90F
(186,169,15)
0 Favorites   0 Comments

Color spaces of #baa90f

RGB 18616915
HSL0.150.850.39
HSV54°92°73°
CMYK 0.000.090.92   0.27
XYZ34.523938.84956.1310
Yxy38.84950.43420.4886
Hunter Lab62.3294-10.206237.7985
CIE-Lab68.6421-8.086869.2773

#baa90f color RGB value is (186,169,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101001 00001111
Octal 272 251 17
Decimal 186 169 15
Hex BA A9 F

RGB Percentages of Color #baa90f

%50.27
%45.68
%4.05

CMYK Percentages of Color #baa90f

%0
%9
%92
%27

Triadic Colors of #baa90f

#baa90f #0fbaa9 #a90fba

Analogous Colors of #baa90f

#baa90f #76ba0f #ba530f

Monochromatic Colors of #baa90f

#baa90f

Complementary Color

#baa90f #0f20ba

#baa90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa90f Color CSS Codes

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

#baa90f Text Font Color

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

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


#baa90f Background Color

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

This div background color is #baa90f


#baa90f Border Color

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

This div border color is #baa90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa90f


Comments

No comments written yet.

Please login to write comment.