Color Hex Logo

#709eaa Color Hex

#709EAA
(112,158,170)
0 Favorites   0 Comments

Color spaces of #709eaa

RGB 112158170
HSL0.530.250.55
HSV192°34°67°
CMYK 0.340.070.00   0.33
XYZ26.164730.800742.5963
Yxy30.80070.26280.3094
Hunter Lab55.4984-12.9684-6.6576
CIE-Lab62.3390-12.4094-11.2068

#709eaa color RGB value is (112,158,170).

#709eaa hex color red value is 112, green value is 158 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #709eaa hue: 0.53 , saturation: 0.25 and the lightness value of 709eaa is 0.55.

The process color (four color CMYK) of #709eaa color hex is 0.34, 0.07, 0.00, 0.33. Web safe color of #709eaa is #669999. Color #709eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011110 10101010
Octal 160 236 252
Decimal 112 158 170
Hex 70 9E AA

RGB Percentages of Color #709eaa

%25.45
%35.91
%38.64

CMYK Percentages of Color #709eaa

%34
%7
%0
%33

Triadic Colors of #709eaa

#709eaa #aa709e #9eaa70

Analogous Colors of #709eaa

#709eaa #7081aa #70aa99

Monochromatic Colors of #709eaa

#709eaa

Complementary Color

#709eaa #aa7c70

#709eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#709eaa Color CSS Codes

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

#709eaa Text Font Color

<p style="color:#709eaa">Text here</p>

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


#709eaa Background Color

<div style="background-color:#709eaa">
Div content here</div>

This div background color is #709eaa


#709eaa Border Color

<div style="border:3px solid #709eaa">
Div here</div>

This div border color is #709eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,158,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #709eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #709eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #709eaa;
  box-shadow:         1px 1px 3px 2px #709eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,158,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 #709eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709eaa

#709eaa Color Palettes


Comments

No comments written yet.

Please login to write comment.