Color Hex Logo

#718598 Color Hex

#718598
(113,133,152)
0 Favorites   0 Comments

Color spaces of #718598

RGB 113133152
HSL0.580.160.52
HSV209°26°60°
CMYK 0.260.130.00   0.40
XYZ20.865122.552832.9592
Yxy22.55280.27320.2953
Hunter Lab47.4898-4.6814-7.9060
CIE-Lab54.6087-2.7251-12.5484

#718598 color RGB value is (113,133,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000101 10011000
Octal 161 205 230
Decimal 113 133 152
Hex 71 85 98

RGB Percentages of Color #718598

%28.39
%33.42
%38.19

CMYK Percentages of Color #718598

%26
%13
%0
%40

Triadic Colors of #718598

#718598 #987185 #859871

Analogous Colors of #718598

#718598 #717298 #719898

Monochromatic Colors of #718598

#718598

Complementary Color

#718598 #988471

#718598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718598 Color CSS Codes

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

#718598 Text Font Color

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

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


#718598 Background Color

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

This div background color is #718598


#718598 Border Color

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

This div border color is #718598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718598


Comments

No comments written yet.

Please login to write comment.