Color Hex Logo

#7df0aa Color Hex

#7DF0AA
(125,240,170)
0 Favorites   0 Comments

Color spaces of #7df0aa

RGB 125240170
HSL0.400.790.72
HSV143°48°94°
CMYK 0.480.000.29   0.06
XYZ46.873269.582448.9905
Yxy69.58240.28330.4206
Hunter Lab83.4161-45.675323.5701
CIE-Lab86.7916-48.035623.9722

#7df0aa color RGB value is (125,240,170).

#7df0aa hex color red value is 125, green value is 240 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7df0aa hue: 0.40 , saturation: 0.79 and the lightness value of 7df0aa is 0.72.

The process color (four color CMYK) of #7df0aa color hex is 0.48, 0.00, 0.29, 0.06. Web safe color of #7df0aa is #66ff99. Color #7df0aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11110000 10101010
Octal 175 360 252
Decimal 125 240 170
Hex 7D F0 AA

RGB Percentages of Color #7df0aa

%23.36
%44.86
%31.78

CMYK Percentages of Color #7df0aa

%48
%0
%29
%6

Triadic Colors of #7df0aa

#7df0aa #aa7df0 #f0aa7d

Analogous Colors of #7df0aa

#7df0aa #7df0e4 #8af07d

Monochromatic Colors of #7df0aa

#7df0aa

Complementary Color

#7df0aa #f07dc3

#7df0aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7df0aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7df0aa Color CSS Codes

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

#7df0aa Text Font Color

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

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


#7df0aa Background Color

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

This div background color is #7df0aa


#7df0aa Border Color

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

This div border color is #7df0aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7df0aa


Comments

No comments written yet.

Please login to write comment.