Color Hex Logo

#709baf Color Hex

#709BAF
(112,155,175)
0 Favorites   0 Comments

Color spaces of #709baf

RGB 112155175
HSL0.550.280.56
HSV199°36°69°
CMYK 0.360.110.00   0.31
XYZ26.141329.982644.9669
Yxy29.98260.25860.2966
Hunter Lab54.7564-10.6058-10.3605
CIE-Lab61.6392-9.4899-15.0780

#709baf color RGB value is (112,155,175).

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

The process color (four color CMYK) of #709baf color hex is 0.36, 0.11, 0.00, 0.31. Web safe color of #709baf is #669999. Color #709baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011011 10101111
Octal 160 233 257
Decimal 112 155 175
Hex 70 9B AF

RGB Percentages of Color #709baf

%25.34
%35.07
%39.59

CMYK Percentages of Color #709baf

%36
%11
%0
%31

Triadic Colors of #709baf

#709baf #af709b #9baf70

Analogous Colors of #709baf

#709baf #707caf #70afa4

Monochromatic Colors of #709baf

#709baf

Complementary Color

#709baf #af8470

#709baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#709baf Color CSS Codes

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

#709baf Text Font Color

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

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


#709baf Background Color

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

This div background color is #709baf


#709baf Border Color

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

This div border color is #709baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709baf


Comments

No comments written yet.

Please login to write comment.