Color Hex Logo

#709197 Color Hex

#709197
(112,145,151)
0 Favorites   0 Comments

Color spaces of #709197

RGB 112145151
HSL0.530.160.52
HSV189°26°59°
CMYK 0.260.040.00   0.41
XYZ22.393425.929933.1029
Yxy25.92990.27500.3184
Hunter Lab50.9214-10.6146-2.8982
CIE-Lab57.9705-10.0240-6.9471

#709197 color RGB value is (112,145,151).

#709197 hex color red value is 112, green value is 145 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #709197 hue: 0.53 , saturation: 0.16 and the lightness value of 709197 is 0.52.

The process color (four color CMYK) of #709197 color hex is 0.26, 0.04, 0.00, 0.41. Web safe color of #709197 is #669999. Color #709197 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010001 10010111
Octal 160 221 227
Decimal 112 145 151
Hex 70 91 97

RGB Percentages of Color #709197

%27.45
%35.54
%37.01

CMYK Percentages of Color #709197

%26
%4
%0
%41

Triadic Colors of #709197

#709197 #977091 #919770

Analogous Colors of #709197

#709197 #707e97 #70978a

Monochromatic Colors of #709197

#709197

Complementary Color

#709197 #977670

#709197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#709197 Color CSS Codes

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

#709197 Text Font Color

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

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


#709197 Background Color

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

This div background color is #709197


#709197 Border Color

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

This div border color is #709197


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,145,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #709197; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #709197;
  -webkit-box-shadow: 1px 1px 3px 2px #709197;
  box-shadow:         1px 1px 3px 2px #709197; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709197


Comments

No comments written yet.

Please login to write comment.