Color Hex Logo

#7aad5d Color Hex

#7AAD5D
(122,173,93)
0 Favorites   0 Comments

Color spaces of #7aad5d

RGB 12217393
HSL0.270.330.52
HSV98°46°68°
CMYK 0.290.000.46   0.32
XYZ24.945434.815015.7611
Yxy34.81500.33030.4610
Hunter Lab59.0042-27.792425.4655
CIE-Lab65.6044-31.617235.6852

#7aad5d color RGB value is (122,173,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101101 01011101
Octal 172 255 135
Decimal 122 173 93
Hex 7A AD 5D

RGB Percentages of Color #7aad5d

%31.44
%44.59
%23.97

CMYK Percentages of Color #7aad5d

%29
%0
%46
%32

Triadic Colors of #7aad5d

#7aad5d #5d7aad #ad5d7a

Analogous Colors of #7aad5d

#7aad5d #5dad68 #a2ad5d

Monochromatic Colors of #7aad5d

#7aad5d

Complementary Color

#7aad5d #905dad

#7aad5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aad5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aad5d Color CSS Codes

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

#7aad5d Text Font Color

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

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


#7aad5d Background Color

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

This div background color is #7aad5d


#7aad5d Border Color

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

This div border color is #7aad5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aad5d


Comments

No comments written yet.

Please login to write comment.