Color Hex Logo

#a7e216 Color Hex

#A7E216
(167,226,22)
0 Favorites   0 Comments

Color spaces of #a7e216

RGB 16722622
HSL0.210.820.49
HSV77°90°89°
CMYK 0.260.000.90   0.11
XYZ43.277562.666110.5739
Yxy62.66610.37140.5378
Hunter Lab79.1619-40.948147.4938
CIE-Lab83.2664-43.211679.2194

#a7e216 color RGB value is (167,226,22).

#a7e216 hex color red value is 167, green value is 226 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #a7e216 hue: 0.21 , saturation: 0.82 and the lightness value of a7e216 is 0.49.

The process color (four color CMYK) of #a7e216 color hex is 0.26, 0.00, 0.90, 0.11. Web safe color of #a7e216 is #99cc00. Color #a7e216 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11100010 00010110
Octal 247 342 26
Decimal 167 226 22
Hex A7 E2 16

RGB Percentages of Color #a7e216

%40.24
%54.46
%5.30

CMYK Percentages of Color #a7e216

%26
%0
%90
%11

Triadic Colors of #a7e216

#a7e216 #16a7e2 #e216a7

Analogous Colors of #a7e216

#a7e216 #41e216 #e2b716

Monochromatic Colors of #a7e216

#a7e216

Complementary Color

#a7e216 #5116e2

#a7e216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7e216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7e216 Color CSS Codes

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

#a7e216 Text Font Color

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

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


#a7e216 Background Color

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

This div background color is #a7e216


#a7e216 Border Color

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

This div border color is #a7e216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7e216


Comments

No comments written yet.

Please login to write comment.