Color Hex Logo

#7fc07e Color Hex

#7FC07E
(127,192,126)
0 Favorites   0 Comments

Color spaces of #7fc07e

RGB 127192126
HSL0.330.340.62
HSV119°34°75°
CMYK 0.340.000.34   0.25
XYZ31.367943.717726.5238
Yxy43.71770.30870.4303
Hunter Lab66.1194-31.026122.4994
CIE-Lab72.0394-33.950226.8846

#7fc07e color RGB value is (127,192,126).

#7fc07e hex color red value is 127, green value is 192 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #7fc07e hue: 0.33 , saturation: 0.34 and the lightness value of 7fc07e is 0.62.

The process color (four color CMYK) of #7fc07e color hex is 0.34, 0.00, 0.34, 0.25. Web safe color of #7fc07e is #66cc66. Color #7fc07e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11000000 01111110
Octal 177 300 176
Decimal 127 192 126
Hex 7F C0 7E

RGB Percentages of Color #7fc07e

%28.54
%43.15
%28.31

CMYK Percentages of Color #7fc07e

%34
%0
%34
%25

Triadic Colors of #7fc07e

#7fc07e #7e7fc0 #c07e7f

Analogous Colors of #7fc07e

#7fc07e #7ec09e #a0c07e

Monochromatic Colors of #7fc07e

#7fc07e

Complementary Color

#7fc07e #bf7ec0

#7fc07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc07e Color CSS Codes

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

#7fc07e Text Font Color

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

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


#7fc07e Background Color

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

This div background color is #7fc07e


#7fc07e Border Color

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

This div border color is #7fc07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc07e


Comments

No comments written yet.

Please login to write comment.