Color Hex Logo

#7ad08f Color Hex

#7AD08F
(122,208,143)
0 Favorites   0 Comments

Color spaces of #7ad08f

RGB 122208143
HSL0.370.480.65
HSV135°41°82°
CMYK 0.410.000.31   0.18
XYZ35.539851.232534.0023
Yxy51.23250.29430.4242
Hunter Lab71.5769-36.629621.9383
CIE-Lab76.8196-39.869324.3444

#7ad08f color RGB value is (122,208,143).

#7ad08f hex color red value is 122, green value is 208 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #7ad08f hue: 0.37 , saturation: 0.48 and the lightness value of 7ad08f is 0.65.

The process color (four color CMYK) of #7ad08f color hex is 0.41, 0.00, 0.31, 0.18. Web safe color of #7ad08f is #66cc99. Color #7ad08f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11010000 10001111
Octal 172 320 217
Decimal 122 208 143
Hex 7A D0 8F

RGB Percentages of Color #7ad08f

%25.79
%43.97
%30.23

CMYK Percentages of Color #7ad08f

%41
%0
%31
%18

Triadic Colors of #7ad08f

#7ad08f #8f7ad0 #d08f7a

Analogous Colors of #7ad08f

#7ad08f #7ad0ba #90d07a

Monochromatic Colors of #7ad08f

#7ad08f

Complementary Color

#7ad08f #d07abb

#7ad08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ad08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ad08f Color CSS Codes

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

#7ad08f Text Font Color

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

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


#7ad08f Background Color

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

This div background color is #7ad08f


#7ad08f Border Color

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

This div border color is #7ad08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ad08f


Comments

No comments written yet.

Please login to write comment.