Color Hex Logo

#7fe16d Color Hex

#7FE16D
(127,225,109)
0 Favorites   0 Comments

Color spaces of #7fe16d

RGB 127225109
HSL0.310.660.65
HSV111°52°88°
CMYK 0.440.000.52   0.12
XYZ38.437959.466623.9203
Yxy59.46660.31550.4881
Hunter Lab77.1146-45.976935.5890
CIE-Lab81.5474-50.711047.5060

#7fe16d color RGB value is (127,225,109).

#7fe16d hex color red value is 127, green value is 225 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #7fe16d hue: 0.31 , saturation: 0.66 and the lightness value of 7fe16d is 0.65.

The process color (four color CMYK) of #7fe16d color hex is 0.44, 0.00, 0.52, 0.12. Web safe color of #7fe16d is #66cc66. Color #7fe16d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11100001 01101101
Octal 177 341 155
Decimal 127 225 109
Hex 7F E1 6D

RGB Percentages of Color #7fe16d

%27.55
%48.81
%23.64

CMYK Percentages of Color #7fe16d

%44
%0
%52
%12

Triadic Colors of #7fe16d

#7fe16d #6d7fe1 #e16d7f

Analogous Colors of #7fe16d

#7fe16d #6de195 #b9e16d

Monochromatic Colors of #7fe16d

#7fe16d

Complementary Color

#7fe16d #cf6de1

#7fe16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fe16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fe16d Color CSS Codes

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

#7fe16d Text Font Color

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

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


#7fe16d Background Color

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

This div background color is #7fe16d


#7fe16d Border Color

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

This div border color is #7fe16d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,225,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7fe16d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7fe16d;
  -webkit-box-shadow: 1px 1px 3px 2px #7fe16d;
  box-shadow:         1px 1px 3px 2px #7fe16d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fe16d


Comments

No comments written yet.

Please login to write comment.