Color Hex Logo

#7dfeaa Color Hex

#7DFEAA
(125,254,170)
0 Favorites   0 Comments

Color spaces of #7dfeaa

RGB 125254170
HSL0.390.980.74
HSV141°51°100°
CMYK 0.510.000.33   0.00
XYZ51.155078.145950.4177
Yxy78.14590.28460.4348
Hunter Lab88.4002-51.406728.0650
CIE-Lab90.8464-53.833429.4893

#7dfeaa color RGB value is (125,254,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111110 10101010
Octal 175 376 252
Decimal 125 254 170
Hex 7D FE AA

RGB Percentages of Color #7dfeaa

%22.77
%46.27
%30.97

CMYK Percentages of Color #7dfeaa

%51
%0
%33
%0

Triadic Colors of #7dfeaa

#7dfeaa #aa7dfe #feaa7d

Analogous Colors of #7dfeaa

#7dfeaa #7dfeeb #91fe7d

Monochromatic Colors of #7dfeaa

#7dfeaa

Complementary Color

#7dfeaa #fe7dd1

#7dfeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfeaa Color CSS Codes

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

#7dfeaa Text Font Color

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

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


#7dfeaa Background Color

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

This div background color is #7dfeaa


#7dfeaa Border Color

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

This div border color is #7dfeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfeaa


Comments

No comments written yet.

Please login to write comment.