Color Hex Logo

#7ef60d Color Hex

#7EF60D
(126,246,13)
0 Favorites   0 Comments

Color spaces of #7ef60d

RGB 12624613
HSL0.250.930.51
HSV91°95°96°
CMYK 0.490.000.95   0.04
XYZ41.632670.376211.7705
Yxy70.37620.33630.5686
Hunter Lab83.8905-58.223750.4045
CIE-Lab87.1810-65.021682.6242

#7ef60d color RGB value is (126,246,13).

#7ef60d hex color red value is 126, green value is 246 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #7ef60d hue: 0.25 , saturation: 0.93 and the lightness value of 7ef60d is 0.51.

The process color (four color CMYK) of #7ef60d color hex is 0.49, 0.00, 0.95, 0.04. Web safe color of #7ef60d is #66ff00. Color #7ef60d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11110110 00001101
Octal 176 366 15
Decimal 126 246 13
Hex 7E F6 D

RGB Percentages of Color #7ef60d

%32.73
%63.90
%3.38

CMYK Percentages of Color #7ef60d

%49
%0
%95
%4

Triadic Colors of #7ef60d

#7ef60d #0d7ef6 #f60d7e

Analogous Colors of #7ef60d

#7ef60d #0df611 #f3f60d

Monochromatic Colors of #7ef60d

#7ef60d

Complementary Color

#7ef60d #850df6

#7ef60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ef60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ef60d Color CSS Codes

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

#7ef60d Text Font Color

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

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


#7ef60d Background Color

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

This div background color is #7ef60d


#7ef60d Border Color

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

This div border color is #7ef60d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ef60d


Comments

No comments written yet.

Please login to write comment.