Color Hex Logo

#7fab9d Color Hex

#7FAB9D
(127,171,157)
0 Favorites   0 Comments

Color spaces of #7fab9d

RGB 127171157
HSL0.450.210.58
HSV161°26°67°
CMYK 0.260.000.08   0.33
XYZ29.401136.072237.3113
Yxy36.07220.28600.3509
Hunter Lab60.0601-17.72455.2092
CIE-Lab66.5751-17.77512.4152

#7fab9d color RGB value is (127,171,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101011 10011101
Octal 177 253 235
Decimal 127 171 157
Hex 7F AB 9D

RGB Percentages of Color #7fab9d

%27.91
%37.58
%34.51

CMYK Percentages of Color #7fab9d

%26
%0
%8
%33

Triadic Colors of #7fab9d

#7fab9d #9d7fab #ab9d7f

Analogous Colors of #7fab9d

#7fab9d #7fa3ab #7fab87

Monochromatic Colors of #7fab9d

#7fab9d

Complementary Color

#7fab9d #ab7f8d

#7fab9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fab9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fab9d Color CSS Codes

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

#7fab9d Text Font Color

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

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


#7fab9d Background Color

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

This div background color is #7fab9d


#7fab9d Border Color

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

This div border color is #7fab9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fab9d


Comments

No comments written yet.

Please login to write comment.