Color Hex Logo

#7afdaa Color Hex

#7AFDAA
(122,253,170)
0 Favorites   0 Comments

Color spaces of #7afdaa

RGB 122253170
HSL0.390.970.74
HSV142°52°99°
CMYK 0.520.000.33   0.01
XYZ50.407077.290450.2920
Yxy77.29040.28320.4342
Hunter Lab87.9150-51.506327.6235
CIE-Lab90.4551-54.138728.9432

#7afdaa color RGB value is (122,253,170).

#7afdaa hex color red value is 122, green value is 253 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7afdaa hue: 0.39 , saturation: 0.97 and the lightness value of 7afdaa is 0.74.

The process color (four color CMYK) of #7afdaa color hex is 0.52, 0.00, 0.33, 0.01. Web safe color of #7afdaa is #66ff99. Color #7afdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111101 10101010
Octal 172 375 252
Decimal 122 253 170
Hex 7A FD AA

RGB Percentages of Color #7afdaa

%22.39
%46.42
%31.19

CMYK Percentages of Color #7afdaa

%52
%0
%33
%1

Triadic Colors of #7afdaa

#7afdaa #aa7afd #fdaa7a

Analogous Colors of #7afdaa

#7afdaa #7afdec #8cfd7a

Monochromatic Colors of #7afdaa

#7afdaa

Complementary Color

#7afdaa #fd7acd

#7afdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7afdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7afdaa Color CSS Codes

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

#7afdaa Text Font Color

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

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


#7afdaa Background Color

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

This div background color is #7afdaa


#7afdaa Border Color

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

This div border color is #7afdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7afdaa


Comments

No comments written yet.

Please login to write comment.