Color Hex Logo

#709598 Color Hex

#709598
(112,149,152)
0 Favorites   0 Comments

Color spaces of #709598

RGB 112149152
HSL0.510.160.52
HSV185°26°60°
CMYK 0.260.020.00   0.40
XYZ23.097027.206633.7398
Yxy27.20660.27480.3237
Hunter Lab52.1599-12.2381-1.8399
CIE-Lab59.1651-11.9722-5.7444

#709598 color RGB value is (112,149,152).

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

The process color (four color CMYK) of #709598 color hex is 0.26, 0.02, 0.00, 0.40. Web safe color of #709598 is #669999. Color #709598 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010101 10011000
Octal 160 225 230
Decimal 112 149 152
Hex 70 95 98

RGB Percentages of Color #709598

%27.12
%36.08
%36.80

CMYK Percentages of Color #709598

%26
%2
%0
%40

Triadic Colors of #709598

#709598 #987095 #959870

Analogous Colors of #709598

#709598 #708198 #709887

Monochromatic Colors of #709598

#709598

Complementary Color

#709598 #987370

#709598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#709598 Color CSS Codes

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

#709598 Text Font Color

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

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


#709598 Background Color

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

This div background color is #709598


#709598 Border Color

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

This div border color is #709598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709598


Comments

No comments written yet.

Please login to write comment.