Color Hex Logo

#7fcb71 Color Hex

#7FCB71
(127,203,113)
0 Favorites   0 Comments

Color spaces of #7fcb71

RGB 127203113
HSL0.310.460.62
HSV111°44°80°
CMYK 0.370.000.44   0.20
XYZ33.089048.416223.2241
Yxy48.41620.31590.4623
Hunter Lab69.5818-36.883928.9182
CIE-Lab75.0867-40.877737.5492

#7fcb71 color RGB value is (127,203,113).

#7fcb71 hex color red value is 127, green value is 203 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #7fcb71 hue: 0.31 , saturation: 0.46 and the lightness value of 7fcb71 is 0.62.

The process color (four color CMYK) of #7fcb71 color hex is 0.37, 0.00, 0.44, 0.20. Web safe color of #7fcb71 is #66cc66. Color #7fcb71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001011 01110001
Octal 177 313 161
Decimal 127 203 113
Hex 7F CB 71

RGB Percentages of Color #7fcb71

%28.67
%45.82
%25.51

CMYK Percentages of Color #7fcb71

%37
%0
%44
%20

Triadic Colors of #7fcb71

#7fcb71 #717fcb #cb717f

Analogous Colors of #7fcb71

#7fcb71 #71cb90 #accb71

Monochromatic Colors of #7fcb71

#7fcb71

Complementary Color

#7fcb71 #bd71cb

#7fcb71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcb71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcb71 Color CSS Codes

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

#7fcb71 Text Font Color

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

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


#7fcb71 Background Color

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

This div background color is #7fcb71


#7fcb71 Border Color

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

This div border color is #7fcb71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcb71


Comments

No comments written yet.

Please login to write comment.