Color Hex Logo

#7dd57d Color Hex

#7DD57D
(125,213,125)
0 Favorites   0 Comments

Color spaces of #7dd57d

RGB 125213125
HSL0.330.510.66
HSV120°41°84°
CMYK 0.410.000.41   0.16
XYZ35.953453.429127.8200
Yxy53.42910.30680.4559
Hunter Lab73.0952-40.117728.6009
CIE-Lab78.1277-44.115435.3791

#7dd57d color RGB value is (125,213,125).

#7dd57d hex color red value is 125, green value is 213 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #7dd57d hue: 0.33 , saturation: 0.51 and the lightness value of 7dd57d is 0.66.

The process color (four color CMYK) of #7dd57d color hex is 0.41, 0.00, 0.41, 0.16. Web safe color of #7dd57d is #66cc66. Color #7dd57d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11010101 01111101
Octal 175 325 175
Decimal 125 213 125
Hex 7D D5 7D

RGB Percentages of Color #7dd57d

%27.00
%46.00
%27.00

CMYK Percentages of Color #7dd57d

%41
%0
%41
%16

Triadic Colors of #7dd57d

#7dd57d #7d7dd5 #d57d7d

Analogous Colors of #7dd57d

#7dd57d #7dd5a9 #a9d57d

Monochromatic Colors of #7dd57d

#7dd57d

Complementary Color

#7dd57d #d57dd5

#7dd57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd57d Color CSS Codes

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

#7dd57d Text Font Color

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

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


#7dd57d Background Color

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

This div background color is #7dd57d


#7dd57d Border Color

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

This div border color is #7dd57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd57d


Comments

No comments written yet.

Please login to write comment.