Color Hex Logo

#7af67c Color Hex

#7AF67C
(122,246,124)
0 Favorites   0 Comments

Color spaces of #7af67c

RGB 122246124
HSL0.340.870.72
HSV121°50°96°
CMYK 0.500.000.50   0.04
XYZ44.619971.504330.5188
Yxy71.50430.30430.4876
Hunter Lab84.5602-53.791337.7937
CIE-Lab87.7294-58.512147.9561

#7af67c color RGB value is (122,246,124).

#7af67c hex color red value is 122, green value is 246 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #7af67c hue: 0.34 , saturation: 0.87 and the lightness value of 7af67c is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11110110 01111100
Octal 172 366 174
Decimal 122 246 124
Hex 7A F6 7C

RGB Percentages of Color #7af67c

%24.80
%50.00
%25.20

CMYK Percentages of Color #7af67c

%50
%0
%50
%4

Triadic Colors of #7af67c

#7af67c #7c7af6 #f67c7a

Analogous Colors of #7af67c

#7af67c #7af6ba #b6f67a

Monochromatic Colors of #7af67c

#7af67c

Complementary Color

#7af67c #f67af4

#7af67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7af67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7af67c Color CSS Codes

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

#7af67c Text Font Color

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

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


#7af67c Background Color

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

This div background color is #7af67c


#7af67c Border Color

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

This div border color is #7af67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7af67c


Comments

No comments written yet.

Please login to write comment.