Color Hex Logo

#7fc196 Color Hex

#7FC196
(127,193,150)
0 Favorites   0 Comments

Color spaces of #7fc196

RGB 127193150
HSL0.390.350.63
HSV141°34°76°
CMYK 0.340.000.22   0.24
XYZ33.327444.854035.7553
Yxy44.85400.29250.3937
Hunter Lab66.9731-28.377215.2277
CIE-Lab72.7957-30.159915.1136

#7fc196 color RGB value is (127,193,150).

#7fc196 hex color red value is 127, green value is 193 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #7fc196 hue: 0.39 , saturation: 0.35 and the lightness value of 7fc196 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11000001 10010110
Octal 177 301 226
Decimal 127 193 150
Hex 7F C1 96

RGB Percentages of Color #7fc196

%27.02
%41.06
%31.91

CMYK Percentages of Color #7fc196

%34
%0
%22
%24

Triadic Colors of #7fc196

#7fc196 #967fc1 #c1967f

Analogous Colors of #7fc196

#7fc196 #7fc1b7 #89c17f

Monochromatic Colors of #7fc196

#7fc196

Complementary Color

#7fc196 #c17faa

#7fc196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc196 Color CSS Codes

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

#7fc196 Text Font Color

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

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


#7fc196 Background Color

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

This div background color is #7fc196


#7fc196 Border Color

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

This div border color is #7fc196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc196


Comments

No comments written yet.

Please login to write comment.