Color Hex Logo

#7dd05a Color Hex

#7DD05A
(125,208,90)
0 Favorites   0 Comments

Color spaces of #7dd05a

RGB 12520890
HSL0.280.560.58
HSV102°57°82°
CMYK 0.400.000.57   0.18
XYZ32.858850.209917.6325
Yxy50.20990.32630.4986
Hunter Lab70.8589-41.228934.8476
CIE-Lab76.1979-46.485149.9482

#7dd05a color RGB value is (125,208,90).

#7dd05a hex color red value is 125, green value is 208 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #7dd05a hue: 0.28 , saturation: 0.56 and the lightness value of 7dd05a is 0.58.

The process color (four color CMYK) of #7dd05a color hex is 0.40, 0.00, 0.57, 0.18. Web safe color of #7dd05a is #66cc66. Color #7dd05a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11010000 01011010
Octal 175 320 132
Decimal 125 208 90
Hex 7D D0 5A

RGB Percentages of Color #7dd05a

%29.55
%49.17
%21.28

CMYK Percentages of Color #7dd05a

%40
%0
%57
%18

Triadic Colors of #7dd05a

#7dd05a #5a7dd0 #d05a7d

Analogous Colors of #7dd05a

#7dd05a #5ad072 #b8d05a

Monochromatic Colors of #7dd05a

#7dd05a

Complementary Color

#7dd05a #ad5ad0

#7dd05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd05a Color CSS Codes

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

#7dd05a Text Font Color

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

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


#7dd05a Background Color

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

This div background color is #7dd05a


#7dd05a Border Color

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

This div border color is #7dd05a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd05a


Comments

No comments written yet.

Please login to write comment.