Color Hex Logo

#7fc155 Color Hex

#7FC155
(127,193,85)
0 Favorites   0 Comments

Color spaces of #7fc155

RGB 12719385
HSL0.270.470.55
HSV97°56°76°
CMYK 0.340.000.56   0.24
XYZ29.462143.307815.4008
Yxy43.30780.33410.4912
Hunter Lab65.8087-35.251932.1908
CIE-Lab71.7634-39.904947.1106

#7fc155 color RGB value is (127,193,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11000001 01010101
Octal 177 301 125
Decimal 127 193 85
Hex 7F C1 55

RGB Percentages of Color #7fc155

%31.36
%47.65
%20.99

CMYK Percentages of Color #7fc155

%34
%0
%56
%24

Triadic Colors of #7fc155

#7fc155 #557fc1 #c1557f

Analogous Colors of #7fc155

#7fc155 #55c161 #b5c155

Monochromatic Colors of #7fc155

#7fc155

Complementary Color

#7fc155 #9755c1

#7fc155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc155 Color CSS Codes

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

#7fc155 Text Font Color

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

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


#7fc155 Background Color

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

This div background color is #7fc155


#7fc155 Border Color

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

This div border color is #7fc155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc155


Comments

No comments written yet.

Please login to write comment.