Color Hex Logo

#baa80f Color Hex

#BAA80F
(186,168,15)
0 Favorites   0 Comments

Color spaces of #baa80f

RGB 18616815
HSL0.150.850.39
HSV54°92°73°
CMYK 0.000.100.92   0.27
XYZ34.338638.47896.0693
Yxy38.47890.43530.4878
Hunter Lab62.0314-9.742937.6209
CIE-Lab68.3721-7.562469.0698

#baa80f color RGB value is (186,168,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 00001111
Octal 272 250 17
Decimal 186 168 15
Hex BA A8 F

RGB Percentages of Color #baa80f

%50.41
%45.53
%4.07

CMYK Percentages of Color #baa80f

%0
%10
%92
%27

Triadic Colors of #baa80f

#baa80f #0fbaa8 #a80fba

Analogous Colors of #baa80f

#baa80f #77ba0f #ba520f

Monochromatic Colors of #baa80f

#baa80f

Complementary Color

#baa80f #0f21ba

#baa80f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa80f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa80f Color CSS Codes

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

#baa80f Text Font Color

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

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


#baa80f Background Color

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

This div background color is #baa80f


#baa80f Border Color

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

This div border color is #baa80f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa80f


Comments

No comments written yet.

Please login to write comment.