Color Hex Logo

#7aad5e Color Hex

#7AAD5E
(122,173,94)
0 Favorites   0 Comments

Color spaces of #7aad5e

RGB 12217394
HSL0.270.330.52
HSV99°46°68°
CMYK 0.290.000.46   0.32
XYZ24.990034.832915.9960
Yxy34.83290.32960.4594
Hunter Lab59.0194-27.703525.2442
CIE-Lab65.6184-31.486835.1902

#7aad5e color RGB value is (122,173,94).

#7aad5e hex color red value is 122, green value is 173 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #7aad5e hue: 0.27 , saturation: 0.33 and the lightness value of 7aad5e is 0.52.

The process color (four color CMYK) of #7aad5e color hex is 0.29, 0.00, 0.46, 0.32. Web safe color of #7aad5e is #669966. Color #7aad5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101101 01011110
Octal 172 255 136
Decimal 122 173 94
Hex 7A AD 5E

RGB Percentages of Color #7aad5e

%31.36
%44.47
%24.16

CMYK Percentages of Color #7aad5e

%29
%0
%46
%32

Triadic Colors of #7aad5e

#7aad5e #5e7aad #ad5e7a

Analogous Colors of #7aad5e

#7aad5e #5ead6a #a2ad5e

Monochromatic Colors of #7aad5e

#7aad5e

Complementary Color

#7aad5e #915ead

#7aad5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aad5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aad5e Color CSS Codes

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

#7aad5e Text Font Color

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

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


#7aad5e Background Color

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

This div background color is #7aad5e


#7aad5e Border Color

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

This div border color is #7aad5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aad5e


Comments

No comments written yet.

Please login to write comment.