color codes Logo

#a6ba4f color codes

#A6BA4F
(166,186,79)
0 Favorites   0 Comments

Color spaces of #a6ba4f

RGB 16618679
HSL0.200.440.52
HSV71°58°73°
CMYK 0.110.000.58   0.27
XYZ34.696143.789314.0206
Yxy43.78930.37510.4734
Hunter Lab66.1735-22.212433.7593
CIE-Lab72.0874-22.345250.8801

#a6ba4f color RGB value is (166,186,79).

#a6ba4f hex color red value is 166, green value is 186 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #a6ba4f hue: 0.20 , saturation: 0.44 and the lightness value of a6ba4f is 0.52.

The process color (four color CMYK) of #a6ba4f color code is 0.11, 0.00, 0.58, 0.27. Web safe color of #a6ba4f is #99cc66. Color #a6ba4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111010 01001111
Octal 246 272 117
Decimal 166 186 79
Hex A6 BA 4F

RGB Percentages of Color #a6ba4f

%38.52
%43.16
%18.33

CMYK Percentages of Color #a6ba4f

%11
%0
%58
%27

Triadic Colors of #a6ba4f

#a6ba4f #4fa6ba #ba4fa6

Analogous Colors of #a6ba4f

#a6ba4f #71ba4f #ba994f

Monochromatic Colors of #a6ba4f

#a6ba4f

Complementary Color

#a6ba4f #634fba

#a6ba4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ba4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ba4f Color CSS Codes

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

#a6ba4f Text Font Color

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

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


#a6ba4f Background Color

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

This div background color is #a6ba4f


#a6ba4f Border Color

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

This div border color is #a6ba4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ba4f


Comments

No comments written yet.

Please login to write comment.