Color Hex Logo

#7ad497 Color Hex

#7AD497
(122,212,151)
0 Favorites   0 Comments

Color spaces of #7ad497

RGB 122212151
HSL0.390.510.65
HSV139°42°83°
CMYK 0.420.000.29   0.17
XYZ37.155453.458937.6385
Yxy53.45890.28970.4168
Hunter Lab73.1156-37.243320.6596
CIE-Lab78.1452-40.205121.9558

#7ad497 color RGB value is (122,212,151).

#7ad497 hex color red value is 122, green value is 212 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #7ad497 hue: 0.39 , saturation: 0.51 and the lightness value of 7ad497 is 0.65.

The process color (four color CMYK) of #7ad497 color hex is 0.42, 0.00, 0.29, 0.17. Web safe color of #7ad497 is #66cc99. Color #7ad497 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11010100 10010111
Octal 172 324 227
Decimal 122 212 151
Hex 7A D4 97

RGB Percentages of Color #7ad497

%25.15
%43.71
%31.13

CMYK Percentages of Color #7ad497

%42
%0
%29
%17

Triadic Colors of #7ad497

#7ad497 #977ad4 #d4977a

Analogous Colors of #7ad497

#7ad497 #7ad4c4 #8ad47a

Monochromatic Colors of #7ad497

#7ad497

Complementary Color

#7ad497 #d47ab7

#7ad497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ad497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ad497 Color CSS Codes

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

#7ad497 Text Font Color

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

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


#7ad497 Background Color

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

This div background color is #7ad497


#7ad497 Border Color

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

This div border color is #7ad497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ad497


Comments

No comments written yet.

Please login to write comment.