Color Hex Logo

#7fc08e Color Hex

#7FC08E
(127,192,142)
0 Favorites   0 Comments

Color spaces of #7fc08e

RGB 127192142
HSL0.370.340.63
HSV134°34°75°
CMYK 0.340.000.26   0.25
XYZ32.484544.164332.4036
Yxy44.16430.29790.4050
Hunter Lab66.4562-29.045717.6100
CIE-Lab72.3382-31.185918.7786

#7fc08e color RGB value is (127,192,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11000000 10001110
Octal 177 300 216
Decimal 127 192 142
Hex 7F C0 8E

RGB Percentages of Color #7fc08e

%27.55
%41.65
%30.80

CMYK Percentages of Color #7fc08e

%34
%0
%26
%25

Triadic Colors of #7fc08e

#7fc08e #8e7fc0 #c08e7f

Analogous Colors of #7fc08e

#7fc08e #7fc0af #91c07f

Monochromatic Colors of #7fc08e

#7fc08e

Complementary Color

#7fc08e #c07fb1

#7fc08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc08e Color CSS Codes

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

#7fc08e Text Font Color

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

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


#7fc08e Background Color

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

This div background color is #7fc08e


#7fc08e Border Color

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

This div border color is #7fc08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc08e


Comments

No comments written yet.

Please login to write comment.