Color Hex Logo

#709bac Color Hex

#709BAC
(112,155,172)
0 Favorites   0 Comments

Color spaces of #709bac

RGB 112155172
HSL0.550.270.56
HSV197°35°67°
CMYK 0.350.100.00   0.33
XYZ25.849829.866043.4320
Yxy29.86600.26070.3012
Hunter Lab54.6498-11.2052-8.8649
CIE-Lab61.5384-10.2687-13.5375

#709bac color RGB value is (112,155,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011011 10101100
Octal 160 233 254
Decimal 112 155 172
Hex 70 9B AC

RGB Percentages of Color #709bac

%25.51
%35.31
%39.18

CMYK Percentages of Color #709bac

%35
%10
%0
%33

Triadic Colors of #709bac

#709bac #ac709b #9bac70

Analogous Colors of #709bac

#709bac #707dac #70ac9f

Monochromatic Colors of #709bac

#709bac

Complementary Color

#709bac #ac8170

#709bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#709bac Color CSS Codes

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

#709bac Text Font Color

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

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


#709bac Background Color

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

This div background color is #709bac


#709bac Border Color

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

This div border color is #709bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709bac


Comments

No comments written yet.

Please login to write comment.