Color Hex Logo

#baa63c Color Hex

#BAA63C
(186,166,60)
0 Favorites   0 Comments

Color spaces of #baa63c

RGB 18616660
HSL0.140.510.48
HSV50°68°73°
CMYK 0.000.110.68   0.27
XYZ34.701538.03789.7880
Yxy38.03780.42050.4609
Hunter Lab61.6748-7.497333.7628
CIE-Lab68.0485-4.917355.3180

#baa63c color RGB value is (186,166,60).

#baa63c hex color red value is 186, green value is 166 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #baa63c hue: 0.14 , saturation: 0.51 and the lightness value of baa63c is 0.48.

The process color (four color CMYK) of #baa63c color hex is 0.00, 0.11, 0.68, 0.27. Web safe color of #baa63c is #cc9933. Color #baa63c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 00111100
Octal 272 246 74
Decimal 186 166 60
Hex BA A6 3C

RGB Percentages of Color #baa63c

%45.15
%40.29
%14.56

CMYK Percentages of Color #baa63c

%0
%11
%68
%27

Triadic Colors of #baa63c

#baa63c #3cbaa6 #a63cba

Analogous Colors of #baa63c

#baa63c #8fba3c #ba673c

Monochromatic Colors of #baa63c

#baa63c

Complementary Color

#baa63c #3c50ba

#baa63c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa63c Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa63c Color CSS Codes

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

#baa63c Text Font Color

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

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


#baa63c Background Color

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

This div background color is #baa63c


#baa63c Border Color

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

This div border color is #baa63c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa63c


Comments

No comments written yet.

Please login to write comment.