Color Hex Logo

#a3d60a Color Hex

#A3D60A
(163,214,10)
0 Favorites   0 Comments

Color spaces of #a3d60a

RGB 16321410
HSL0.210.910.44
HSV75°95°84°
CMYK 0.240.000.95   0.16
XYZ39.205655.90169.0109
Yxy55.90160.37650.5369
Hunter Lab74.7674-37.243345.1916
CIE-Lab79.5578-39.689777.5984

#a3d60a color RGB value is (163,214,10).

#a3d60a hex color red value is 163, green value is 214 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a3d60a hue: 0.21 , saturation: 0.91 and the lightness value of a3d60a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11010110 00001010
Octal 243 326 12
Decimal 163 214 10
Hex A3 D6 A

RGB Percentages of Color #a3d60a

%42.12
%55.30
%2.58

CMYK Percentages of Color #a3d60a

%24
%0
%95
%16

Triadic Colors of #a3d60a

#a3d60a #0aa3d6 #d60aa3

Analogous Colors of #a3d60a

#a3d60a #3dd60a #d6a30a

Monochromatic Colors of #a3d60a

#a3d60a

Complementary Color

#a3d60a #3d0ad6

#a3d60a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3d60a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3d60a Color CSS Codes

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

#a3d60a Text Font Color

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

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


#a3d60a Background Color

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

This div background color is #a3d60a


#a3d60a Border Color

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

This div border color is #a3d60a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,214,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a3d60a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a3d60a;
  -webkit-box-shadow: 1px 1px 3px 2px #a3d60a;
  box-shadow:         1px 1px 3px 2px #a3d60a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,214,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3d60a


Comments

No comments written yet.

Please login to write comment.