Color Hex Logo

#7cd60d Color Hex

#7CD60D
(124,214,13)
0 Favorites   0 Comments

Color spaces of #7cd60d

RGB 12421413
HSL0.240.890.45
HSV87°94°84°
CMYK 0.420.000.94   0.16
XYZ32.431452.40738.7871
Yxy52.40730.34640.5598
Hunter Lab72.3929-46.721143.4784
CIE-Lab77.5238-53.728074.8190

#7cd60d color RGB value is (124,214,13).

#7cd60d hex color red value is 124, green value is 214 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #7cd60d hue: 0.24 , saturation: 0.89 and the lightness value of 7cd60d is 0.45.

The process color (four color CMYK) of #7cd60d color hex is 0.42, 0.00, 0.94, 0.16. Web safe color of #7cd60d is #66cc00. Color #7cd60d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010110 00001101
Octal 174 326 15
Decimal 124 214 13
Hex 7C D6 D

RGB Percentages of Color #7cd60d

%35.33
%60.97
%3.70

CMYK Percentages of Color #7cd60d

%42
%0
%94
%16

Triadic Colors of #7cd60d

#7cd60d #0d7cd6 #d60d7c

Analogous Colors of #7cd60d

#7cd60d #18d60d #d6cc0d

Monochromatic Colors of #7cd60d

#7cd60d

Complementary Color

#7cd60d #670dd6

#7cd60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd60d Color CSS Codes

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

#7cd60d Text Font Color

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

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


#7cd60d Background Color

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

This div background color is #7cd60d


#7cd60d Border Color

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

This div border color is #7cd60d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,214,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7cd60d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7cd60d;
  -webkit-box-shadow: 1px 1px 3px 2px #7cd60d;
  box-shadow:         1px 1px 3px 2px #7cd60d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd60d


Comments

No comments written yet.

Please login to write comment.