Color Hex Logo

#709aab Color Hex

#709AAB
(112,154,171)
0 Favorites   0 Comments

Color spaces of #709aab

RGB 112154171
HSL0.550.260.55
HSV197°35°67°
CMYK 0.350.100.00   0.33
XYZ25.588429.496242.8728
Yxy29.49620.26120.3011
Hunter Lab54.3104-10.9428-8.7864
CIE-Lab61.2171-9.9792-13.4570

#709aab color RGB value is (112,154,171).

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

The process color (four color CMYK) of #709aab color hex is 0.35, 0.10, 0.00, 0.33. Web safe color of #709aab is #669999. Color #709aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011010 10101011
Octal 160 232 253
Decimal 112 154 171
Hex 70 9A AB

RGB Percentages of Color #709aab

%25.63
%35.24
%39.13

CMYK Percentages of Color #709aab

%35
%10
%0
%33

Triadic Colors of #709aab

#709aab #ab709a #9aab70

Analogous Colors of #709aab

#709aab #707dab #70ab9f

Monochromatic Colors of #709aab

#709aab

Complementary Color

#709aab #ab8170

#709aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#709aab Color CSS Codes

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

#709aab Text Font Color

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

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


#709aab Background Color

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

This div background color is #709aab


#709aab Border Color

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

This div border color is #709aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,154,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #709aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709aab


Comments

No comments written yet.

Please login to write comment.