Color Hex Logo

#7ad890 Color Hex

#7AD890
(122,216,144)
0 Favorites   0 Comments

Color spaces of #7ad890

RGB 122216144
HSL0.370.550.66
HSV134°44°85°
CMYK 0.440.000.33   0.15
XYZ37.615955.262935.0698
Yxy55.26290.29400.4319
Hunter Lab74.3390-39.771424.0670
CIE-Lab79.1925-43.215227.0301

#7ad890 color RGB value is (122,216,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011000 10010000
Octal 172 330 220
Decimal 122 216 144
Hex 7A D8 90

RGB Percentages of Color #7ad890

%25.31
%44.81
%29.88

CMYK Percentages of Color #7ad890

%44
%0
%33
%15

Triadic Colors of #7ad890

#7ad890 #907ad8 #d8907a

Analogous Colors of #7ad890

#7ad890 #7ad8bf #93d87a

Monochromatic Colors of #7ad890

#7ad890

Complementary Color

#7ad890 #d87ac2

#7ad890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ad890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ad890 Color CSS Codes

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

#7ad890 Text Font Color

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

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


#7ad890 Background Color

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

This div background color is #7ad890


#7ad890 Border Color

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

This div border color is #7ad890


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,216,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 #7ad890">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ad890


Comments

No comments written yet.

Please login to write comment.