Color Hex Logo

#7fc595 Color Hex

#7FC595
(127,197,149)
0 Favorites   0 Comments

Color spaces of #7fc595

RGB 127197149
HSL0.390.380.64
HSV139°36°77°
CMYK 0.360.000.24   0.23
XYZ34.143546.614535.6317
Yxy46.61450.29340.4005
Hunter Lab68.2748-30.215016.8497
CIE-Lab73.9425-32.248517.2501

#7fc595 color RGB value is (127,197,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11000101 10010101
Octal 177 305 225
Decimal 127 197 149
Hex 7F C5 95

RGB Percentages of Color #7fc595

%26.85
%41.65
%31.50

CMYK Percentages of Color #7fc595

%36
%0
%24
%23

Triadic Colors of #7fc595

#7fc595 #957fc5 #c5957f

Analogous Colors of #7fc595

#7fc595 #7fc5b8 #8cc57f

Monochromatic Colors of #7fc595

#7fc595

Complementary Color

#7fc595 #c57faf

#7fc595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc595 Color CSS Codes

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

#7fc595 Text Font Color

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

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


#7fc595 Background Color

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

This div background color is #7fc595


#7fc595 Border Color

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

This div border color is #7fc595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc595


Comments

No comments written yet.

Please login to write comment.