Color Hex Logo

#7aca20 Color Hex

#7ACA20
(122,202,32)
0 Favorites   0 Comments

Color spaces of #7aca20

RGB 12220232
HSL0.250.730.46
HSV88°84°79°
CMYK 0.400.000.84   0.21
XYZ29.407346.48298.7887
Yxy46.48290.34730.5489
Hunter Lab68.1784-42.319940.0819
CIE-Lab73.8578-49.142568.4932

#7aca20 color RGB value is (122,202,32).

#7aca20 hex color red value is 122, green value is 202 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #7aca20 hue: 0.25 , saturation: 0.73 and the lightness value of 7aca20 is 0.46.

The process color (four color CMYK) of #7aca20 color hex is 0.40, 0.00, 0.84, 0.21. Web safe color of #7aca20 is #66cc33. Color #7aca20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001010 00100000
Octal 172 312 40
Decimal 122 202 32
Hex 7A CA 20

RGB Percentages of Color #7aca20

%34.27
%56.74
%8.99

CMYK Percentages of Color #7aca20

%40
%0
%84
%21

Triadic Colors of #7aca20

#7aca20 #207aca #ca207a

Analogous Colors of #7aca20

#7aca20 #25ca20 #cac520

Monochromatic Colors of #7aca20

#7aca20

Complementary Color

#7aca20 #7020ca

#7aca20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aca20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aca20 Color CSS Codes

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

#7aca20 Text Font Color

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

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


#7aca20 Background Color

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

This div background color is #7aca20


#7aca20 Border Color

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

This div border color is #7aca20


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,202,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7aca20; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7aca20;
  -webkit-box-shadow: 1px 1px 3px 2px #7aca20;
  box-shadow:         1px 1px 3px 2px #7aca20; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,202,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aca20


Comments

No comments written yet.

Please login to write comment.