Color Hex Logo

#7afa7e Color Hex

#7AFA7E
(122,250,126)
0 Favorites   0 Comments

Color spaces of #7afa7e

RGB 122250126
HSL0.340.930.73
HSV122°51°98°
CMYK 0.510.000.50   0.02
XYZ45.977574.015131.6017
Yxy74.01510.30330.4882
Hunter Lab86.0320-55.161538.4437
CIE-Lab88.9296-59.783548.4952

#7afa7e color RGB value is (122,250,126).

#7afa7e hex color red value is 122, green value is 250 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #7afa7e hue: 0.34 , saturation: 0.93 and the lightness value of 7afa7e is 0.73.

The process color (four color CMYK) of #7afa7e color hex is 0.51, 0.00, 0.50, 0.02. Web safe color of #7afa7e is #66ff66. Color #7afa7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111010 01111110
Octal 172 372 176
Decimal 122 250 126
Hex 7A FA 7E

RGB Percentages of Color #7afa7e

%24.50
%50.20
%25.30

CMYK Percentages of Color #7afa7e

%51
%0
%50
%2

Triadic Colors of #7afa7e

#7afa7e #7e7afa #fa7e7a

Analogous Colors of #7afa7e

#7afa7e #7afabe #b6fa7a

Monochromatic Colors of #7afa7e

#7afa7e

Complementary Color

#7afa7e #fa7af6

#7afa7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7afa7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7afa7e Color CSS Codes

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

#7afa7e Text Font Color

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

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


#7afa7e Background Color

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

This div background color is #7afa7e


#7afa7e Border Color

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

This div border color is #7afa7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7afa7e


Comments

No comments written yet.

Please login to write comment.