Color Hex Logo

#718fac Color Hex

#718FAC
(113,143,172)
0 Favorites   0 Comments

Color spaces of #718fac

RGB 113143172
HSL0.580.260.56
HSV209°34°67°
CMYK 0.340.170.00   0.33
XYZ24.078926.134242.8050
Yxy26.13420.25890.2810
Hunter Lab51.1216-5.3872-13.8594
CIE-Lab58.1642-3.2979-18.6432

#718fac color RGB value is (113,143,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001111 10101100
Octal 161 217 254
Decimal 113 143 172
Hex 71 8F AC

RGB Percentages of Color #718fac

%26.40
%33.41
%40.19

CMYK Percentages of Color #718fac

%34
%17
%0
%33

Triadic Colors of #718fac

#718fac #ac718f #8fac71

Analogous Colors of #718fac

#718fac #7172ac #71acac

Monochromatic Colors of #718fac

#718fac

Complementary Color

#718fac #ac8e71

#718fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#718fac Color CSS Codes

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

#718fac Text Font Color

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

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


#718fac Background Color

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

This div background color is #718fac


#718fac Border Color

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

This div border color is #718fac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,143,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 #718fac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718fac


Comments

No comments written yet.

Please login to write comment.