Color Hex Logo

#7ad990 Color Hex

#7AD990
(122,217,144)
0 Favorites   0 Comments

Color spaces of #7ad990

RGB 122217144
HSL0.370.560.66
HSV134°44°85°
CMYK 0.440.000.34   0.15
XYZ37.872955.776935.1555
Yxy55.77690.29400.4330
Hunter Lab74.6839-40.177924.3695
CIE-Lab79.4867-43.649227.4258

#7ad990 color RGB value is (122,217,144).

#7ad990 hex color red value is 122, green value is 217 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #7ad990 hue: 0.37 , saturation: 0.56 and the lightness value of 7ad990 is 0.66.

The process color (four color CMYK) of #7ad990 color hex is 0.44, 0.00, 0.34, 0.15. Web safe color of #7ad990 is #66cc99. Color #7ad990 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011001 10010000
Octal 172 331 220
Decimal 122 217 144
Hex 7A D9 90

RGB Percentages of Color #7ad990

%25.26
%44.93
%29.81

CMYK Percentages of Color #7ad990

%44
%0
%34
%15

Triadic Colors of #7ad990

#7ad990 #907ad9 #d9907a

Analogous Colors of #7ad990

#7ad990 #7ad9c0 #94d97a

Monochromatic Colors of #7ad990

#7ad990

Complementary Color

#7ad990 #d97ac3

#7ad990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ad990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ad990 Color CSS Codes

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

#7ad990 Text Font Color

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

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


#7ad990 Background Color

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

This div background color is #7ad990


#7ad990 Border Color

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

This div border color is #7ad990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ad990


Comments

No comments written yet.

Please login to write comment.