Color Hex Logo

#7df58c Color Hex

#7DF58C
(125,245,140)
0 Favorites   0 Comments

Color spaces of #7df58c

RGB 125245140
HSL0.350.860.73
HSV128°49°96°
CMYK 0.490.000.43   0.04
XYZ45.843571.558236.2069
Yxy71.55820.29840.4658
Hunter Lab84.5921-51.300633.8373
CIE-Lab87.7555-55.104340.3280

#7df58c color RGB value is (125,245,140).

#7df58c hex color red value is 125, green value is 245 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #7df58c hue: 0.35 , saturation: 0.86 and the lightness value of 7df58c is 0.73.

The process color (four color CMYK) of #7df58c color hex is 0.49, 0.00, 0.43, 0.04. Web safe color of #7df58c is #66ff99. Color #7df58c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11110101 10001100
Octal 175 365 214
Decimal 125 245 140
Hex 7D F5 8C

RGB Percentages of Color #7df58c

%24.51
%48.04
%27.45

CMYK Percentages of Color #7df58c

%49
%0
%43
%4

Triadic Colors of #7df58c

#7df58c #8c7df5 #f58c7d

Analogous Colors of #7df58c

#7df58c #7df5c8 #aaf57d

Monochromatic Colors of #7df58c

#7df58c

Complementary Color

#7df58c #f57de6

#7df58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7df58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7df58c Color CSS Codes

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

#7df58c Text Font Color

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

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


#7df58c Background Color

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

This div background color is #7df58c


#7df58c Border Color

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

This div border color is #7df58c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7df58c


Comments

No comments written yet.

Please login to write comment.