Color Hex Logo

#709398 Color Hex

#709398
(112,147,152)
0 Favorites   0 Comments

Color spaces of #709398

RGB 112147152
HSL0.520.160.52
HSV188°26°60°
CMYK 0.260.030.00   0.40
XYZ22.783326.579233.6353
Yxy26.57920.27450.3202
Hunter Lab51.5550-11.3382-2.5932
CIE-Lab58.5828-10.8814-6.6085

#709398 color RGB value is (112,147,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010011 10011000
Octal 160 223 230
Decimal 112 147 152
Hex 70 93 98

RGB Percentages of Color #709398

%27.25
%35.77
%36.98

CMYK Percentages of Color #709398

%26
%3
%0
%40

Triadic Colors of #709398

#709398 #987093 #939870

Analogous Colors of #709398

#709398 #707f98 #709889

Monochromatic Colors of #709398

#709398

Complementary Color

#709398 #987570

#709398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#709398 Color CSS Codes

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

#709398 Text Font Color

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

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


#709398 Background Color

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

This div background color is #709398


#709398 Border Color

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

This div border color is #709398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709398


Comments

No comments written yet.

Please login to write comment.