Color Hex Logo

#7fc896 Color Hex

#7FC896
(127,200,150)
0 Favorites   0 Comments

Color spaces of #7fc896

RGB 127200150
HSL0.390.400.64
HSV139°37°78°
CMYK 0.370.000.25   0.22
XYZ34.911748.022636.2834
Yxy48.02260.29280.4028
Hunter Lab69.2983-31.345917.4656
CIE-Lab74.8392-33.467517.9609

#7fc896 color RGB value is (127,200,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001000 10010110
Octal 177 310 226
Decimal 127 200 150
Hex 7F C8 96

RGB Percentages of Color #7fc896

%26.62
%41.93
%31.45

CMYK Percentages of Color #7fc896

%37
%0
%25
%22

Triadic Colors of #7fc896

#7fc896 #967fc8 #c8967f

Analogous Colors of #7fc896

#7fc896 #7fc8bb #8dc87f

Monochromatic Colors of #7fc896

#7fc896

Complementary Color

#7fc896 #c87fb1

#7fc896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc896 Color CSS Codes

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

#7fc896 Text Font Color

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

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


#7fc896 Background Color

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

This div background color is #7fc896


#7fc896 Border Color

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

This div border color is #7fc896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc896


Comments

No comments written yet.

Please login to write comment.