Color Hex Logo

#7ad160 Color Hex

#7AD160
(122,209,96)
0 Favorites   0 Comments

Color spaces of #7ad160

RGB 12220996
HSL0.290.550.60
HSV106°54°82°
CMYK 0.420.000.54   0.18
XYZ32.937850.583019.0938
Yxy50.58300.32100.4929
Hunter Lab71.1217-41.796333.8678
CIE-Lab76.4257-47.186047.4090

#7ad160 color RGB value is (122,209,96).

#7ad160 hex color red value is 122, green value is 209 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #7ad160 hue: 0.29 , saturation: 0.55 and the lightness value of 7ad160 is 0.60.

The process color (four color CMYK) of #7ad160 color hex is 0.42, 0.00, 0.54, 0.18. Web safe color of #7ad160 is #66cc66. Color #7ad160 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11010001 01100000
Octal 172 321 140
Decimal 122 209 96
Hex 7A D1 60

RGB Percentages of Color #7ad160

%28.57
%48.95
%22.48

CMYK Percentages of Color #7ad160

%42
%0
%54
%18

Triadic Colors of #7ad160

#7ad160 #607ad1 #d1607a

Analogous Colors of #7ad160

#7ad160 #60d17f #b3d160

Monochromatic Colors of #7ad160

#7ad160

Complementary Color

#7ad160 #b760d1

#7ad160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ad160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ad160 Color CSS Codes

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

#7ad160 Text Font Color

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

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


#7ad160 Background Color

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

This div background color is #7ad160


#7ad160 Border Color

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

This div border color is #7ad160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ad160


Comments

No comments written yet.

Please login to write comment.