Color Hex Logo

#7adf8c Color Hex

#7ADF8C
(122,223,140)
0 Favorites   0 Comments

Color spaces of #7adf8c

RGB 122223140
HSL0.360.610.68
HSV131°45°87°
CMYK 0.450.000.37   0.13
XYZ39.147358.806434.0984
Yxy58.80640.29650.4453
Hunter Lab76.6853-43.076427.3162
CIE-Lab81.1851-46.888431.7433

#7adf8c color RGB value is (122,223,140).

#7adf8c hex color red value is 122, green value is 223 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #7adf8c hue: 0.36 , saturation: 0.61 and the lightness value of 7adf8c is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011111 10001100
Octal 172 337 214
Decimal 122 223 140
Hex 7A DF 8C

RGB Percentages of Color #7adf8c

%25.15
%45.98
%28.87

CMYK Percentages of Color #7adf8c

%45
%0
%37
%13

Triadic Colors of #7adf8c

#7adf8c #8c7adf #df8c7a

Analogous Colors of #7adf8c

#7adf8c #7adfbf #9bdf7a

Monochromatic Colors of #7adf8c

#7adf8c

Complementary Color

#7adf8c #df7acd

#7adf8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adf8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adf8c Color CSS Codes

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

#7adf8c Text Font Color

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

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


#7adf8c Background Color

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

This div background color is #7adf8c


#7adf8c Border Color

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

This div border color is #7adf8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adf8c


Comments

No comments written yet.

Please login to write comment.