Color Hex Logo

#7aad7f Color Hex

#7AAD7F
(122,173,127)
0 Favorites   0 Comments

Color spaces of #7aad7f

RGB 122173127
HSL0.350.240.58
HSV126°29°68°
CMYK 0.290.000.27   0.32
XYZ26.800435.557025.5293
Yxy35.55700.30490.4046
Hunter Lab59.6297-24.125616.3569
CIE-Lab66.1800-26.352318.3633

#7aad7f color RGB value is (122,173,127).

#7aad7f hex color red value is 122, green value is 173 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #7aad7f hue: 0.35 , saturation: 0.24 and the lightness value of 7aad7f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101101 01111111
Octal 172 255 177
Decimal 122 173 127
Hex 7A AD 7F

RGB Percentages of Color #7aad7f

%28.91
%41.00
%30.09

CMYK Percentages of Color #7aad7f

%29
%0
%27
%32

Triadic Colors of #7aad7f

#7aad7f #7f7aad #ad7f7a

Analogous Colors of #7aad7f

#7aad7f #7aad99 #8fad7a

Monochromatic Colors of #7aad7f

#7aad7f

Complementary Color

#7aad7f #ad7aa8

#7aad7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aad7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aad7f Color CSS Codes

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

#7aad7f Text Font Color

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

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


#7aad7f Background Color

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

This div background color is #7aad7f


#7aad7f Border Color

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

This div border color is #7aad7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aad7f


Comments

No comments written yet.

Please login to write comment.