Color Hex Logo

#7faf8f Color Hex

#7FAF8F
(127,175,143)
0 Favorites   0 Comments

Color spaces of #7faf8f

RGB 127175143
HSL0.390.230.59
HSV140°27°69°
CMYK 0.270.000.18   0.31
XYZ29.040337.155131.6277
Yxy37.15510.29690.3798
Hunter Lab60.9550-21.629911.9047
CIE-Lab67.3932-22.690711.3272

#7faf8f color RGB value is (127,175,143).

#7faf8f hex color red value is 127, green value is 175 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #7faf8f hue: 0.39 , saturation: 0.23 and the lightness value of 7faf8f is 0.59.

The process color (four color CMYK) of #7faf8f color hex is 0.27, 0.00, 0.18, 0.31. Web safe color of #7faf8f is #669999. Color #7faf8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101111 10001111
Octal 177 257 217
Decimal 127 175 143
Hex 7F AF 8F

RGB Percentages of Color #7faf8f

%28.54
%39.33
%32.13

CMYK Percentages of Color #7faf8f

%27
%0
%18
%31

Triadic Colors of #7faf8f

#7faf8f #8f7faf #af8f7f

Analogous Colors of #7faf8f

#7faf8f #7fafa7 #87af7f

Monochromatic Colors of #7faf8f

#7faf8f

Complementary Color

#7faf8f #af7f9f

#7faf8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faf8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faf8f Color CSS Codes

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

#7faf8f Text Font Color

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

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


#7faf8f Background Color

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

This div background color is #7faf8f


#7faf8f Border Color

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

This div border color is #7faf8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faf8f


Comments

No comments written yet.

Please login to write comment.