Color Hex Logo

#a4c716 Color Hex

#A4C716
(164,199,22)
0 Favorites   0 Comments

Color spaces of #a4c716

RGB 16419922
HSL0.200.800.43
HSV72°89°78°
CMYK 0.180.000.89   0.22
XYZ35.878148.79738.2869
Yxy48.79730.38590.5249
Hunter Lab69.8551-30.567441.8650
CIE-Lab75.3251-32.287872.7003

#a4c716 color RGB value is (164,199,22).

#a4c716 hex color red value is 164, green value is 199 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #a4c716 hue: 0.20 , saturation: 0.80 and the lightness value of a4c716 is 0.43.

The process color (four color CMYK) of #a4c716 color hex is 0.18, 0.00, 0.89, 0.22. Web safe color of #a4c716 is #99cc00. Color #a4c716 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11000111 00010110
Octal 244 307 26
Decimal 164 199 22
Hex A4 C7 16

RGB Percentages of Color #a4c716

%42.60
%51.69
%5.71

CMYK Percentages of Color #a4c716

%18
%0
%89
%22

Triadic Colors of #a4c716

#a4c716 #16a4c7 #c716a4

Analogous Colors of #a4c716

#a4c716 #4cc716 #c79216

Monochromatic Colors of #a4c716

#a4c716

Complementary Color

#a4c716 #3916c7

#a4c716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4c716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4c716 Color CSS Codes

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

#a4c716 Text Font Color

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

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


#a4c716 Background Color

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

This div background color is #a4c716


#a4c716 Border Color

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

This div border color is #a4c716


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,199,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4c716; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4c716;
  -webkit-box-shadow: 1px 1px 3px 2px #a4c716;
  box-shadow:         1px 1px 3px 2px #a4c716; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,199,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4c716


Comments

No comments written yet.

Please login to write comment.