Color Hex Logo

#7add8f Color Hex

#7ADD8F
(122,221,143)
0 Favorites   0 Comments

Color spaces of #7add8f

RGB 122221143
HSL0.370.590.67
HSV133°45°87°
CMYK 0.450.000.35   0.13
XYZ38.840457.833635.1025
Yxy57.83360.29470.4389
Hunter Lab76.0484-41.918925.8667
CIE-Lab80.6462-45.540429.4939

#7add8f color RGB value is (122,221,143).

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

The process color (four color CMYK) of #7add8f color hex is 0.45, 0.00, 0.35, 0.13. Web safe color of #7add8f is #66cc99. Color #7add8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011101 10001111
Octal 172 335 217
Decimal 122 221 143
Hex 7A DD 8F

RGB Percentages of Color #7add8f

%25.10
%45.47
%29.42

CMYK Percentages of Color #7add8f

%45
%0
%35
%13

Triadic Colors of #7add8f

#7add8f #8f7add #dd8f7a

Analogous Colors of #7add8f

#7add8f #7addc1 #97dd7a

Monochromatic Colors of #7add8f

#7add8f

Complementary Color

#7add8f #dd7ac8

#7add8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7add8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7add8f Color CSS Codes

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

#7add8f Text Font Color

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

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


#7add8f Background Color

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

This div background color is #7add8f


#7add8f Border Color

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

This div border color is #7add8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7add8f


Comments

No comments written yet.

Please login to write comment.