Color Hex Logo

#a3e10a Color Hex

#A3E10A
(163,225,10)
0 Favorites   0 Comments

Color spaces of #a3e10a

RGB 16322510
HSL0.210.910.46
HSV77°96°88°
CMYK 0.280.000.96   0.12
XYZ42.084361.65899.9704
Yxy61.65890.37010.5422
Hunter Lab78.5232-41.748947.4379
CIE-Lab82.7317-44.475080.0808

#a3e10a color RGB value is (163,225,10).

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

The process color (four color CMYK) of #a3e10a color hex is 0.28, 0.00, 0.96, 0.12. Web safe color of #a3e10a is #99cc00. Color #a3e10a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11100001 00001010
Octal 243 341 12
Decimal 163 225 10
Hex A3 E1 A

RGB Percentages of Color #a3e10a

%40.95
%56.53
%2.51

CMYK Percentages of Color #a3e10a

%28
%0
%96
%12

Triadic Colors of #a3e10a

#a3e10a #0aa3e1 #e10aa3

Analogous Colors of #a3e10a

#a3e10a #38e10a #e1b40a

Monochromatic Colors of #a3e10a

#a3e10a

Complementary Color

#a3e10a #480ae1

#a3e10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3e10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3e10a Color CSS Codes

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

#a3e10a Text Font Color

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

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


#a3e10a Background Color

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

This div background color is #a3e10a


#a3e10a Border Color

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

This div border color is #a3e10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3e10a


Comments

No comments written yet.

Please login to write comment.