Color Hex Logo

#7fc158 Color Hex

#7FC158
(127,193,88)
0 Favorites   0 Comments

Color spaces of #7fc158

RGB 12719388
HSL0.270.460.55
HSV98°54°76°
CMYK 0.340.000.54   0.24
XYZ29.583843.356516.0419
Yxy43.35650.33250.4872
Hunter Lab65.8457-35.031631.6472
CIE-Lab71.7963-39.581445.7409

#7fc158 color RGB value is (127,193,88).

#7fc158 hex color red value is 127, green value is 193 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #7fc158 hue: 0.27 , saturation: 0.46 and the lightness value of 7fc158 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11000001 01011000
Octal 177 301 130
Decimal 127 193 88
Hex 7F C1 58

RGB Percentages of Color #7fc158

%31.13
%47.30
%21.57

CMYK Percentages of Color #7fc158

%34
%0
%54
%24

Triadic Colors of #7fc158

#7fc158 #587fc1 #c1587f

Analogous Colors of #7fc158

#7fc158 #58c166 #b4c158

Monochromatic Colors of #7fc158

#7fc158

Complementary Color

#7fc158 #9a58c1

#7fc158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc158 Color CSS Codes

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

#7fc158 Text Font Color

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

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


#7fc158 Background Color

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

This div background color is #7fc158


#7fc158 Border Color

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

This div border color is #7fc158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc158


Comments

No comments written yet.

Please login to write comment.