Color Hex Logo

#709aad Color Hex

#709AAD
(112,154,173)
0 Favorites   0 Comments

Color spaces of #709aad

RGB 112154173
HSL0.550.270.56
HSV199°35°68°
CMYK 0.350.110.00   0.32
XYZ25.780529.573143.8846
Yxy29.57310.25980.2980
Hunter Lab54.3812-10.5454-9.7791
CIE-Lab61.2841-9.4622-14.4856

#709aad color RGB value is (112,154,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011010 10101101
Octal 160 232 255
Decimal 112 154 173
Hex 70 9A AD

RGB Percentages of Color #709aad

%25.51
%35.08
%39.41

CMYK Percentages of Color #709aad

%35
%11
%0
%32

Triadic Colors of #709aad

#709aad #ad709a #9aad70

Analogous Colors of #709aad

#709aad #707cad #70ada2

Monochromatic Colors of #709aad

#709aad

Complementary Color

#709aad #ad8370

#709aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#709aad Color CSS Codes

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

#709aad Text Font Color

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

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


#709aad Background Color

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

This div background color is #709aad


#709aad Border Color

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

This div border color is #709aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709aad


Comments

No comments written yet.

Please login to write comment.