Color Hex Logo

#7dc204 Color Hex

#7DC204
(125,194,4)
0 Favorites   0 Comments

Color spaces of #7dc204

RGB 1251944
HSL0.230.960.39
HSV82°98°76°
CMYK 0.360.000.98   0.24
XYZ27.771142.95236.9418
Yxy42.95230.35760.5530
Hunter Lab65.5380-39.053839.5966
CIE-Lab71.5226-45.468971.0034

#7dc204 color RGB value is (125,194,4).

#7dc204 hex color red value is 125, green value is 194 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #7dc204 hue: 0.23 , saturation: 0.96 and the lightness value of 7dc204 is 0.39.

The process color (four color CMYK) of #7dc204 color hex is 0.36, 0.00, 0.98, 0.24. Web safe color of #7dc204 is #66cc00. Color #7dc204 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11000010 00000100
Octal 175 302 4
Decimal 125 194 4
Hex 7D C2 4

RGB Percentages of Color #7dc204

%38.70
%60.06
%1.24

CMYK Percentages of Color #7dc204

%36
%0
%98
%24

Triadic Colors of #7dc204

#7dc204 #047dc2 #c2047d

Analogous Colors of #7dc204

#7dc204 #1ec204 #c2a804

Monochromatic Colors of #7dc204

#7dc204

Complementary Color

#7dc204 #4904c2

#7dc204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dc204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dc204 Color CSS Codes

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

#7dc204 Text Font Color

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

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


#7dc204 Background Color

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

This div background color is #7dc204


#7dc204 Border Color

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

This div border color is #7dc204


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dc204


Comments

No comments written yet.

Please login to write comment.