Color Hex Logo

#7fad7f Color Hex

#7FAD7F
(127,173,127)
0 Favorites   0 Comments

Color spaces of #7fad7f

RGB 127173127
HSL0.330.220.59
HSV120°27°68°
CMYK 0.270.000.27   0.32
XYZ27.526735.931525.5633
Yxy35.93150.30920.4036
Hunter Lab59.9429-22.930116.6752
CIE-Lab66.4676-24.656218.8042

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

#7fad7f hex color red value is 127, green value is 173 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #7fad7f hue: 0.33 , saturation: 0.22 and the lightness value of 7fad7f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101101 01111111
Octal 177 255 177
Decimal 127 173 127
Hex 7F AD 7F

RGB Percentages of Color #7fad7f

%29.74
%40.52
%29.74

CMYK Percentages of Color #7fad7f

%27
%0
%27
%32

Triadic Colors of #7fad7f

#7fad7f #7f7fad #ad7f7f

Analogous Colors of #7fad7f

#7fad7f #7fad96 #96ad7f

Monochromatic Colors of #7fad7f

#7fad7f

Complementary Color

#7fad7f #ad7fad

#7fad7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fad7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fad7f Color CSS Codes

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

#7fad7f Text Font Color

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

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


#7fad7f Background Color

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

This div background color is #7fad7f


#7fad7f Border Color

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

This div border color is #7fad7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fad7f


Comments

No comments written yet.

Please login to write comment.