Color Hex Logo

#718faa Color Hex

#718FAA
(113,143,170)
0 Favorites   0 Comments

Color spaces of #718faa

RGB 113143170
HSL0.580.250.55
HSV208°34°67°
CMYK 0.340.160.00   0.33
XYZ23.888226.057941.8008
Yxy26.05790.26040.2840
Hunter Lab51.0469-5.8003-12.8179
CIE-Lab58.0920-3.8239-17.6130

#718faa color RGB value is (113,143,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001111 10101010
Octal 161 217 252
Decimal 113 143 170
Hex 71 8F AA

RGB Percentages of Color #718faa

%26.53
%33.57
%39.91

CMYK Percentages of Color #718faa

%34
%16
%0
%33

Triadic Colors of #718faa

#718faa #aa718f #8faa71

Analogous Colors of #718faa

#718faa #7173aa #71aaa9

Monochromatic Colors of #718faa

#718faa

Complementary Color

#718faa #aa8c71

#718faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#718faa Color CSS Codes

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

#718faa Text Font Color

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

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


#718faa Background Color

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

This div background color is #718faa


#718faa Border Color

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

This div border color is #718faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718faa


Comments

No comments written yet.

Please login to write comment.