Color Hex Logo

#7dec3c Color Hex

#7DEC3C
(125,236,60)
0 Favorites   0 Comments

Color spaces of #7dec3c

RGB 12523660
HSL0.270.820.58
HSV98°75°93°
CMYK 0.470.000.75   0.07
XYZ39.268564.677114.6892
Yxy64.67710.33100.5452
Hunter Lab80.4221-53.580645.4661
CIE-Lab84.3171-60.004970.3852

#7dec3c color RGB value is (125,236,60).

#7dec3c hex color red value is 125, green value is 236 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #7dec3c hue: 0.27 , saturation: 0.82 and the lightness value of 7dec3c is 0.58.

The process color (four color CMYK) of #7dec3c color hex is 0.47, 0.00, 0.75, 0.07. Web safe color of #7dec3c is #66ff33. Color #7dec3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101100 00111100
Octal 175 354 74
Decimal 125 236 60
Hex 7D EC 3C

RGB Percentages of Color #7dec3c

%29.69
%56.06
%14.25

CMYK Percentages of Color #7dec3c

%47
%0
%75
%7

Triadic Colors of #7dec3c

#7dec3c #3c7dec #ec3c7d

Analogous Colors of #7dec3c

#7dec3c #3cec53 #d5ec3c

Monochromatic Colors of #7dec3c

#7dec3c

Complementary Color

#7dec3c #ab3cec

#7dec3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dec3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dec3c Color CSS Codes

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

#7dec3c Text Font Color

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

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


#7dec3c Background Color

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

This div background color is #7dec3c


#7dec3c Border Color

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

This div border color is #7dec3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dec3c


Comments

No comments written yet.

Please login to write comment.