Color Hex Logo

#718fad Color Hex

#718FAD
(113,143,173)
0 Favorites   0 Comments

Color spaces of #718fad

RGB 113143173
HSL0.580.270.56
HSV210°35°68°
CMYK 0.350.170.00   0.32
XYZ24.175326.172843.3128
Yxy26.17280.25810.2794
Hunter Lab51.1594-5.1789-14.3849
CIE-Lab58.2007-3.0336-19.1574

#718fad color RGB value is (113,143,173).

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

The process color (four color CMYK) of #718fad color hex is 0.35, 0.17, 0.00, 0.32. Web safe color of #718fad is #669999. Color #718fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10001111 10101101
Octal 161 217 255
Decimal 113 143 173
Hex 71 8F AD

RGB Percentages of Color #718fad

%26.34
%33.33
%40.33

CMYK Percentages of Color #718fad

%35
%17
%0
%32

Triadic Colors of #718fad

#718fad #ad718f #8fad71

Analogous Colors of #718fad

#718fad #7171ad #71adad

Monochromatic Colors of #718fad

#718fad

Complementary Color

#718fad #ad8f71

#718fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#718fad Color CSS Codes

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

#718fad Text Font Color

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

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


#718fad Background Color

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

This div background color is #718fad


#718fad Border Color

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

This div border color is #718fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718fad


Comments

No comments written yet.

Please login to write comment.