Color Hex Logo

#a6db0c Color Hex

#A6DB0C
(166,219,12)
0 Favorites   0 Comments

Color spaces of #a6db0c

RGB 16621912
HSL0.210.900.45
HSV75°95°86°
CMYK 0.240.000.95   0.14
XYZ41.123858.79669.5293
Yxy58.79660.37570.5372
Hunter Lab76.6789-38.456546.3070
CIE-Lab81.1797-40.706878.7544

#a6db0c color RGB value is (166,219,12).

#a6db0c hex color red value is 166, green value is 219 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #a6db0c hue: 0.21 , saturation: 0.90 and the lightness value of a6db0c is 0.45.

The process color (four color CMYK) of #a6db0c color hex is 0.24, 0.00, 0.95, 0.14. Web safe color of #a6db0c is #99cc00. Color #a6db0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011011 00001100
Octal 246 333 14
Decimal 166 219 12
Hex A6 DB C

RGB Percentages of Color #a6db0c

%41.81
%55.16
%3.02

CMYK Percentages of Color #a6db0c

%24
%0
%95
%14

Triadic Colors of #a6db0c

#a6db0c #0ca6db #db0ca6

Analogous Colors of #a6db0c

#a6db0c #3fdb0c #dba90c

Monochromatic Colors of #a6db0c

#a6db0c

Complementary Color

#a6db0c #410cdb

#a6db0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6db0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6db0c Color CSS Codes

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

#a6db0c Text Font Color

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

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


#a6db0c Background Color

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

This div background color is #a6db0c


#a6db0c Border Color

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

This div border color is #a6db0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6db0c


Comments

No comments written yet.

Please login to write comment.