Color Hex Logo

#7fb97d Color Hex

#7FB97D
(127,185,125)
0 Favorites   0 Comments

Color spaces of #7fb97d

RGB 127185125
HSL0.330.300.61
HSV118°32°73°
CMYK 0.310.000.32   0.27
XYZ29.803040.690625.6853
Yxy40.69060.30990.4231
Hunter Lab63.7892-28.233920.7788
CIE-Lab69.9586-30.825624.6273

#7fb97d color RGB value is (127,185,125).

#7fb97d hex color red value is 127, green value is 185 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #7fb97d hue: 0.33 , saturation: 0.30 and the lightness value of 7fb97d is 0.61.

The process color (four color CMYK) of #7fb97d color hex is 0.31, 0.00, 0.32, 0.27. Web safe color of #7fb97d is #66cc66. Color #7fb97d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111001 01111101
Octal 177 271 175
Decimal 127 185 125
Hex 7F B9 7D

RGB Percentages of Color #7fb97d

%29.06
%42.33
%28.60

CMYK Percentages of Color #7fb97d

%31
%0
%32
%27

Triadic Colors of #7fb97d

#7fb97d #7d7fb9 #b97d7f

Analogous Colors of #7fb97d

#7fb97d #7db999 #9db97d

Monochromatic Colors of #7fb97d

#7fb97d

Complementary Color

#7fb97d #b77db9

#7fb97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fb97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fb97d Color CSS Codes

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

#7fb97d Text Font Color

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

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


#7fb97d Background Color

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

This div background color is #7fb97d


#7fb97d Border Color

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

This div border color is #7fb97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fb97d


Comments

No comments written yet.

Please login to write comment.