Color Hex Logo

#718cac Color Hex

#718CAC
(113,140,172)
0 Favorites   0 Comments

Color spaces of #718cac

RGB 113140172
HSL0.590.260.56
HSV213°34°67°
CMYK 0.340.190.00   0.33
XYZ23.634525.245442.6569
Yxy25.24540.25820.2758
Hunter Lab50.2448-3.9643-15.1647
CIE-Lab57.3137-1.5905-19.9404

#718cac color RGB value is (113,140,172).

#718cac hex color red value is 113, green value is 140 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #718cac hue: 0.59 , saturation: 0.26 and the lightness value of 718cac is 0.56.

The process color (four color CMYK) of #718cac color hex is 0.34, 0.19, 0.00, 0.33. Web safe color of #718cac is #669999. Color #718cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001100 10101100
Octal 161 214 254
Decimal 113 140 172
Hex 71 8C AC

RGB Percentages of Color #718cac

%26.59
%32.94
%40.47

CMYK Percentages of Color #718cac

%34
%19
%0
%33

Triadic Colors of #718cac

#718cac #ac718c #8cac71

Analogous Colors of #718cac

#718cac #7471ac #71aaac

Monochromatic Colors of #718cac

#718cac

Complementary Color

#718cac #ac9171

#718cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#718cac Color CSS Codes

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

#718cac Text Font Color

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

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


#718cac Background Color

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

This div background color is #718cac


#718cac Border Color

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

This div border color is #718cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718cac


Comments

No comments written yet.

Please login to write comment.