Color Hex Logo

#7ddc62 Color Hex

#7DDC62
(125,220,98)
0 Favorites   0 Comments

Color spaces of #7ddc62

RGB 12522098
HSL0.300.640.62
HSV107°55°86°
CMYK 0.430.000.55   0.14
XYZ36.255356.428220.5362
Yxy56.42820.32020.4984
Hunter Lab75.1187-45.306536.3742
CIE-Lab79.8569-50.559750.5741

#7ddc62 color RGB value is (125,220,98).

#7ddc62 hex color red value is 125, green value is 220 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #7ddc62 hue: 0.30 , saturation: 0.64 and the lightness value of 7ddc62 is 0.62.

The process color (four color CMYK) of #7ddc62 color hex is 0.43, 0.00, 0.55, 0.14. Web safe color of #7ddc62 is #66cc66. Color #7ddc62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011100 01100010
Octal 175 334 142
Decimal 125 220 98
Hex 7D DC 62

RGB Percentages of Color #7ddc62

%28.22
%49.66
%22.12

CMYK Percentages of Color #7ddc62

%43
%0
%55
%14

Triadic Colors of #7ddc62

#7ddc62 #627ddc #dc627d

Analogous Colors of #7ddc62

#7ddc62 #62dc84 #badc62

Monochromatic Colors of #7ddc62

#7ddc62

Complementary Color

#7ddc62 #c162dc

#7ddc62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddc62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddc62 Color CSS Codes

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

#7ddc62 Text Font Color

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

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


#7ddc62 Background Color

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

This div background color is #7ddc62


#7ddc62 Border Color

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

This div border color is #7ddc62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddc62


Comments

No comments written yet.

Please login to write comment.