Color Hex Logo

#baa70c Color Hex

#BAA70C
(186,167,12)
0 Favorites   0 Comments

Color spaces of #baa70c

RGB 18616712
HSL0.150.880.39
HSV53°94°73°
CMYK 0.000.100.94   0.27
XYZ34.134838.10315.9034
Yxy38.10310.43680.4876
Hunter Lab61.7277-9.314837.5391
CIE-Lab68.0965-7.080569.2972

#baa70c color RGB value is (186,167,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100111 00001100
Octal 272 247 14
Decimal 186 167 12
Hex BA A7 C

RGB Percentages of Color #baa70c

%50.96
%45.75
%3.29

CMYK Percentages of Color #baa70c

%0
%10
%94
%27

Triadic Colors of #baa70c

#baa70c #0cbaa7 #a70cba

Analogous Colors of #baa70c

#baa70c #76ba0c #ba500c

Monochromatic Colors of #baa70c

#baa70c

Complementary Color

#baa70c #0c1fba

#baa70c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa70c Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa70c Color CSS Codes

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

#baa70c Text Font Color

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

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


#baa70c Background Color

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

This div background color is #baa70c


#baa70c Border Color

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

This div border color is #baa70c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa70c


Comments

No comments written yet.

Please login to write comment.