Color Hex Logo

#7fac9d Color Hex

#7FAC9D
(127,172,157)
0 Favorites   0 Comments

Color spaces of #7fac9d

RGB 127172157
HSL0.440.210.59
HSV160°26°67°
CMYK 0.260.000.09   0.33
XYZ29.590736.451437.3745
Yxy36.45140.28610.3525
Hunter Lab60.3750-18.17075.5597
CIE-Lab66.8634-18.29272.8334

#7fac9d color RGB value is (127,172,157).

#7fac9d hex color red value is 127, green value is 172 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #7fac9d hue: 0.44 , saturation: 0.21 and the lightness value of 7fac9d is 0.59.

The process color (four color CMYK) of #7fac9d color hex is 0.26, 0.00, 0.09, 0.33. Web safe color of #7fac9d is #669999. Color #7fac9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101100 10011101
Octal 177 254 235
Decimal 127 172 157
Hex 7F AC 9D

RGB Percentages of Color #7fac9d

%27.85
%37.72
%34.43

CMYK Percentages of Color #7fac9d

%26
%0
%9
%33

Triadic Colors of #7fac9d

#7fac9d #9d7fac #ac9d7f

Analogous Colors of #7fac9d

#7fac9d #7fa5ac #7fac87

Monochromatic Colors of #7fac9d

#7fac9d

Complementary Color

#7fac9d #ac7f8e

#7fac9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fac9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fac9d Color CSS Codes

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

#7fac9d Text Font Color

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

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


#7fac9d Background Color

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

This div background color is #7fac9d


#7fac9d Border Color

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

This div border color is #7fac9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fac9d


Comments

No comments written yet.

Please login to write comment.