Color Hex Logo

#709baa Color Hex

#709BAA
(112,155,170)
0 Favorites   0 Comments

Color spaces of #709baa

RGB 112155170
HSL0.540.250.55
HSV196°34°67°
CMYK 0.340.090.00   0.33
XYZ25.659129.789742.4278
Yxy29.78970.26220.3044
Hunter Lab54.5799-11.5985-7.8832
CIE-Lab61.4723-10.7824-12.5079

#709baa color RGB value is (112,155,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011011 10101010
Octal 160 233 252
Decimal 112 155 170
Hex 70 9B AA

RGB Percentages of Color #709baa

%25.63
%35.47
%38.90

CMYK Percentages of Color #709baa

%34
%9
%0
%33

Triadic Colors of #709baa

#709baa #aa709b #9baa70

Analogous Colors of #709baa

#709baa #707eaa #70aa9c

Monochromatic Colors of #709baa

#709baa

Complementary Color

#709baa #aa7f70

#709baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#709baa Color CSS Codes

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

#709baa Text Font Color

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

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


#709baa Background Color

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

This div background color is #709baa


#709baa Border Color

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

This div border color is #709baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709baa


Comments

No comments written yet.

Please login to write comment.