Color Hex Logo

#7ddc7d Color Hex

#7DDC7D
(125,220,125)
0 Favorites   0 Comments

Color spaces of #7ddc7d

RGB 125220125
HSL0.330.580.68
HSV120°43°86°
CMYK 0.430.000.43   0.14
XYZ37.752357.027028.4196
Yxy57.02700.30640.4629
Hunter Lab75.5162-42.917130.5483
CIE-Lab80.1948-47.092338.0378

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011100 01111101
Octal 175 334 175
Decimal 125 220 125
Hex 7D DC 7D

RGB Percentages of Color #7ddc7d

%26.60
%46.81
%26.60

CMYK Percentages of Color #7ddc7d

%43
%0
%43
%14

Triadic Colors of #7ddc7d

#7ddc7d #7d7ddc #dc7d7d

Analogous Colors of #7ddc7d

#7ddc7d #7ddcad #addc7d

Monochromatic Colors of #7ddc7d

#7ddc7d

Complementary Color

#7ddc7d #dc7ddc

#7ddc7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddc7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddc7d Color CSS Codes

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

#7ddc7d Text Font Color

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

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


#7ddc7d Background Color

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

This div background color is #7ddc7d


#7ddc7d Border Color

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

This div border color is #7ddc7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddc7d


Comments

No comments written yet.

Please login to write comment.