Color Hex Logo

#709bab Color Hex

#709BAB
(112,155,171)
0 Favorites   0 Comments

Color spaces of #709bab

RGB 112155171
HSL0.550.260.55
HSV196°35°67°
CMYK 0.350.090.00   0.33
XYZ25.754129.827742.9280
Yxy29.82770.26140.3028
Hunter Lab54.6147-11.4024-8.3725
CIE-Lab61.5053-10.5260-13.0230

#709bab color RGB value is (112,155,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011011 10101011
Octal 160 233 253
Decimal 112 155 171
Hex 70 9B AB

RGB Percentages of Color #709bab

%25.57
%35.39
%39.04

CMYK Percentages of Color #709bab

%35
%9
%0
%33

Triadic Colors of #709bab

#709bab #ab709b #9bab70

Analogous Colors of #709bab

#709bab #707eab #70ab9e

Monochromatic Colors of #709bab

#709bab

Complementary Color

#709bab #ab8070

#709bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#709bab Color CSS Codes

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

#709bab Text Font Color

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

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


#709bab Background Color

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

This div background color is #709bab


#709bab Border Color

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

This div border color is #709bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709bab


Comments

No comments written yet.

Please login to write comment.