Color Hex Logo

#7dc99e Color Hex

#7DC99E
(125,201,158)
0 Favorites   0 Comments

Color spaces of #7dc99e

RGB 125201158
HSL0.410.410.64
HSV146°38°79°
CMYK 0.380.000.21   0.21
XYZ35.515648.601939.8570
Yxy48.60190.28650.3920
Hunter Lab69.7151-31.066414.9037
CIE-Lab75.2030-32.982814.1778

#7dc99e color RGB value is (125,201,158).

#7dc99e hex color red value is 125, green value is 201 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #7dc99e hue: 0.41 , saturation: 0.41 and the lightness value of 7dc99e is 0.64.

The process color (four color CMYK) of #7dc99e color hex is 0.38, 0.00, 0.21, 0.21. Web safe color of #7dc99e is #66cc99. Color #7dc99e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001001 10011110
Octal 175 311 236
Decimal 125 201 158
Hex 7D C9 9E

RGB Percentages of Color #7dc99e

%25.83
%41.53
%32.64

CMYK Percentages of Color #7dc99e

%38
%0
%21
%21

Triadic Colors of #7dc99e

#7dc99e #9e7dc9 #c99e7d

Analogous Colors of #7dc99e

#7dc99e #7dc9c4 #82c97d

Monochromatic Colors of #7dc99e

#7dc99e

Complementary Color

#7dc99e #c97da8

#7dc99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dc99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dc99e Color CSS Codes

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

#7dc99e Text Font Color

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

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


#7dc99e Background Color

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

This div background color is #7dc99e


#7dc99e Border Color

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

This div border color is #7dc99e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,201,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dc99e


Comments

No comments written yet.

Please login to write comment.