Color Hex Logo

#719aad Color Hex

#719AAD
(113,154,173)
0 Favorites   0 Comments

Color spaces of #719aad

RGB 113154173
HSL0.550.270.56
HSV199°35°68°
CMYK 0.350.110.00   0.32
XYZ25.908529.639043.8905
Yxy29.63900.26050.2981
Hunter Lab54.4417-10.3259-9.6900
CIE-Lab61.3415-9.1747-14.3933

#719aad color RGB value is (113,154,173).

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

The process color (four color CMYK) of #719aad color hex is 0.35, 0.11, 0.00, 0.32. Web safe color of #719aad is #669999. Color #719aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011010 10101101
Octal 161 232 255
Decimal 113 154 173
Hex 71 9A AD

RGB Percentages of Color #719aad

%25.68
%35.00
%39.32

CMYK Percentages of Color #719aad

%35
%11
%0
%32

Triadic Colors of #719aad

#719aad #ad719a #9aad71

Analogous Colors of #719aad

#719aad #717cad #71ada2

Monochromatic Colors of #719aad

#719aad

Complementary Color

#719aad #ad8471

#719aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#719aad Color CSS Codes

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

#719aad Text Font Color

<p style="color:#719aad">Text here</p>

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


#719aad Background Color

<div style="background-color:#719aad">
Div content here</div>

This div background color is #719aad


#719aad Border Color

<div style="border:3px solid #719aad">
Div here</div>

This div border color is #719aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719aad


Comments

No comments written yet.

Please login to write comment.