Color Hex Logo

#7fab7d Color Hex

#7FAB7D
(127,171,125)
0 Favorites   0 Comments

Color spaces of #7fab7d

RGB 127171125
HSL0.330.210.58
HSV117°27°67°
CMYK 0.260.000.27   0.33
XYZ27.017035.118524.7566
Yxy35.11850.31090.4042
Hunter Lab59.2609-22.328416.7138
CIE-Lab65.8408-24.009319.0354

#7fab7d color RGB value is (127,171,125).

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

The process color (four color CMYK) of #7fab7d color hex is 0.26, 0.00, 0.27, 0.33. Web safe color of #7fab7d is #669966. Color #7fab7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101011 01111101
Octal 177 253 175
Decimal 127 171 125
Hex 7F AB 7D

RGB Percentages of Color #7fab7d

%30.02
%40.43
%29.55

CMYK Percentages of Color #7fab7d

%26
%0
%27
%33

Triadic Colors of #7fab7d

#7fab7d #7d7fab #ab7d7f

Analogous Colors of #7fab7d

#7fab7d #7dab92 #96ab7d

Monochromatic Colors of #7fab7d

#7fab7d

Complementary Color

#7fab7d #a97dab

#7fab7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fab7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fab7d Color CSS Codes

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

#7fab7d Text Font Color

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

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


#7fab7d Background Color

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

This div background color is #7fab7d


#7fab7d Border Color

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

This div border color is #7fab7d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,171,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 #7fab7d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fab7d


Comments

No comments written yet.

Please login to write comment.