Color Hex Logo

#719aaa Color Hex

#719AAA
(113,154,170)
0 Favorites   0 Comments

Color spaces of #719aaa

RGB 113154170
HSL0.550.250.55
HSV197°34°67°
CMYK 0.340.090.00   0.33
XYZ25.621429.524242.3786
Yxy29.52420.26270.3027
Hunter Lab54.3362-10.9193-8.2069
CIE-Lab61.2415-9.9457-12.8494

#719aaa color RGB value is (113,154,170).

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

The process color (four color CMYK) of #719aaa color hex is 0.34, 0.09, 0.00, 0.33. Web safe color of #719aaa is #669999. Color #719aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011010 10101010
Octal 161 232 252
Decimal 113 154 170
Hex 71 9A AA

RGB Percentages of Color #719aaa

%25.86
%35.24
%38.90

CMYK Percentages of Color #719aaa

%34
%9
%0
%33

Triadic Colors of #719aaa

#719aaa #aa719a #9aaa71

Analogous Colors of #719aaa

#719aaa #717eaa #71aa9e

Monochromatic Colors of #719aaa

#719aaa

Complementary Color

#719aaa #aa8171

#719aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#719aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#719aaa Color CSS Codes

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

#719aaa Text Font Color

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

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


#719aaa Background Color

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

This div background color is #719aaa


#719aaa Border Color

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

This div border color is #719aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #719aaa


Comments

No comments written yet.

Please login to write comment.