Color Hex Logo

#718ca9 Color Hex

#718CA9
(113,140,169)
0 Favorites   0 Comments

Color spaces of #718ca9

RGB 113140169
HSL0.590.250.55
HSV211°33°66°
CMYK 0.330.170.00   0.34
XYZ23.349625.131541.1563
Yxy25.13150.26050.2804
Hunter Lab50.1313-4.5901-13.5834
CIE-Lab57.2033-2.3831-18.3942

#718ca9 color RGB value is (113,140,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001100 10101001
Octal 161 214 251
Decimal 113 140 169
Hex 71 8C A9

RGB Percentages of Color #718ca9

%26.78
%33.18
%40.05

CMYK Percentages of Color #718ca9

%33
%17
%0
%34

Triadic Colors of #718ca9

#718ca9 #a9718c #8ca971

Analogous Colors of #718ca9

#718ca9 #7271a9 #71a8a9

Monochromatic Colors of #718ca9

#718ca9

Complementary Color

#718ca9 #a98e71

#718ca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718ca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718ca9 Color CSS Codes

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

#718ca9 Text Font Color

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

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


#718ca9 Background Color

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

This div background color is #718ca9


#718ca9 Border Color

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

This div border color is #718ca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718ca9


Comments

No comments written yet.

Please login to write comment.