Color Hex Logo

#718c8d Color Hex

#718C8D
(113,140,141)
0 Favorites   0 Comments

Color spaces of #718c8d

RGB 113140141
HSL0.510.110.50
HSV182°20°55°
CMYK 0.200.010.00   0.45
XYZ20.995924.190028.7618
Yxy24.19000.28390.3271
Hunter Lab49.1833-9.8709-0.2437
CIE-Lab56.2775-9.2894-3.7098

#718c8d color RGB value is (113,140,141).

#718c8d hex color red value is 113, green value is 140 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #718c8d hue: 0.51 , saturation: 0.11 and the lightness value of 718c8d is 0.50.

The process color (four color CMYK) of #718c8d color hex is 0.20, 0.01, 0.00, 0.45. Web safe color of #718c8d is #669999. Color #718c8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001100 10001101
Octal 161 214 215
Decimal 113 140 141
Hex 71 8C 8D

RGB Percentages of Color #718c8d

%28.68
%35.53
%35.79

CMYK Percentages of Color #718c8d

%20
%1
%0
%45

Triadic Colors of #718c8d

#718c8d #8d718c #8c8d71

Analogous Colors of #718c8d

#718c8d #717e8d #718d80

Monochromatic Colors of #718c8d

#718c8d

Complementary Color

#718c8d #8d7271

#718c8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718c8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#718c8d Color CSS Codes

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

#718c8d Text Font Color

<p style="color:#718c8d">Text here</p>

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


#718c8d Background Color

<div style="background-color:#718c8d">
Div content here</div>

This div background color is #718c8d


#718c8d Border Color

<div style="border:3px solid #718c8d">
Div here</div>

This div border color is #718c8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,140,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #718c8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #718c8d;
  -webkit-box-shadow: 1px 1px 3px 2px #718c8d;
  box-shadow:         1px 1px 3px 2px #718c8d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,140,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718c8d


Comments

No comments written yet.

Please login to write comment.