Color Hex Logo

#7dc714 Color Hex

#7DC714
(125,199,20)
0 Favorites   0 Comments

Color spaces of #7dc714

RGB 12519920
HSL0.240.820.43
HSV85°90°78°
CMYK 0.370.000.90   0.22
XYZ29.007145.25737.8685
Yxy45.25730.35320.5510
Hunter Lab67.2735-40.762840.1568
CIE-Lab73.0610-47.249170.2479

#7dc714 color RGB value is (125,199,20).

#7dc714 hex color red value is 125, green value is 199 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #7dc714 hue: 0.24 , saturation: 0.82 and the lightness value of 7dc714 is 0.43.

The process color (four color CMYK) of #7dc714 color hex is 0.37, 0.00, 0.90, 0.22. Web safe color of #7dc714 is #66cc00. Color #7dc714 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11000111 00010100
Octal 175 307 24
Decimal 125 199 20
Hex 7D C7 14

RGB Percentages of Color #7dc714

%36.34
%57.85
%5.81

CMYK Percentages of Color #7dc714

%37
%0
%90
%22

Triadic Colors of #7dc714

#7dc714 #147dc7 #c7147d

Analogous Colors of #7dc714

#7dc714 #24c714 #c7b814

Monochromatic Colors of #7dc714

#7dc714

Complementary Color

#7dc714 #5e14c7

#7dc714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dc714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dc714 Color CSS Codes

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

#7dc714 Text Font Color

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

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


#7dc714 Background Color

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

This div background color is #7dc714


#7dc714 Border Color

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

This div border color is #7dc714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dc714


Comments

No comments written yet.

Please login to write comment.