Color Hex Logo

#a3dc1a Color Hex

#A3DC1A
(163,220,26)
0 Favorites   0 Comments

Color spaces of #a3dc1a

RGB 16322026
HSL0.220.790.48
HSV78°88°86°
CMYK 0.260.000.88   0.14
XYZ40.883959.047510.2198
Yxy59.04750.37120.5361
Hunter Lab76.8424-39.503445.9043
CIE-Lab81.3177-42.038676.8975

#a3dc1a color RGB value is (163,220,26).

#a3dc1a hex color red value is 163, green value is 220 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #a3dc1a hue: 0.22 , saturation: 0.79 and the lightness value of a3dc1a is 0.48.

The process color (four color CMYK) of #a3dc1a color hex is 0.26, 0.00, 0.88, 0.14. Web safe color of #a3dc1a is #99cc33. Color #a3dc1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011100 00011010
Octal 243 334 32
Decimal 163 220 26
Hex A3 DC 1A

RGB Percentages of Color #a3dc1a

%39.85
%53.79
%6.36

CMYK Percentages of Color #a3dc1a

%26
%0
%88
%14

Triadic Colors of #a3dc1a

#a3dc1a #1aa3dc #dc1aa3

Analogous Colors of #a3dc1a

#a3dc1a #42dc1a #dcb41a

Monochromatic Colors of #a3dc1a

#a3dc1a

Complementary Color

#a3dc1a #531adc

#a3dc1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3dc1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3dc1a Color CSS Codes

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

#a3dc1a Text Font Color

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

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


#a3dc1a Background Color

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

This div background color is #a3dc1a


#a3dc1a Border Color

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

This div border color is #a3dc1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3dc1a


Comments

No comments written yet.

Please login to write comment.