Color Hex Logo

#a3d04a Color Hex

#A3D04A
(163,208,74)
0 Favorites   0 Comments

Color spaces of #a3d04a

RGB 16320874
HSL0.220.590.55
HSV80°64°82°
CMYK 0.220.000.64   0.18
XYZ38.896253.392714.7343
Yxy53.39270.36340.4989
Hunter Lab73.0703-32.855439.1937
CIE-Lab78.1063-34.414959.5721

#a3d04a color RGB value is (163,208,74).

#a3d04a hex color red value is 163, green value is 208 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #a3d04a hue: 0.22 , saturation: 0.59 and the lightness value of a3d04a is 0.55.

The process color (four color CMYK) of #a3d04a color hex is 0.22, 0.00, 0.64, 0.18. Web safe color of #a3d04a is #99cc33. Color #a3d04a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11010000 01001010
Octal 243 320 112
Decimal 163 208 74
Hex A3 D0 4A

RGB Percentages of Color #a3d04a

%36.63
%46.74
%16.63

CMYK Percentages of Color #a3d04a

%22
%0
%64
%18

Triadic Colors of #a3d04a

#a3d04a #4aa3d0 #d04aa3

Analogous Colors of #a3d04a

#a3d04a #60d04a #d0ba4a

Monochromatic Colors of #a3d04a

#a3d04a

Complementary Color

#a3d04a #774ad0

#a3d04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3d04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3d04a Color CSS Codes

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

#a3d04a Text Font Color

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

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


#a3d04a Background Color

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

This div background color is #a3d04a


#a3d04a Border Color

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

This div border color is #a3d04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3d04a


Comments

No comments written yet.

Please login to write comment.