Color Hex Logo

#718699 Color Hex

#718699
(113,134,153)
0 Favorites   0 Comments

Color spaces of #718699

RGB 113134153
HSL0.580.160.52
HSV209°26°60°
CMYK 0.260.120.00   0.40
XYZ21.084922.860833.4383
Yxy22.86080.27250.2954
Hunter Lab47.8130-4.9565-7.9958
CIE-Lab54.9287-3.0489-12.6442

#718699 color RGB value is (113,134,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000110 10011001
Octal 161 206 231
Decimal 113 134 153
Hex 71 86 99

RGB Percentages of Color #718699

%28.25
%33.50
%38.25

CMYK Percentages of Color #718699

%26
%12
%0
%40

Triadic Colors of #718699

#718699 #997186 #869971

Analogous Colors of #718699

#718699 #717299 #719998

Monochromatic Colors of #718699

#718699

Complementary Color

#718699 #998471

#718699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718699 Color CSS Codes

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

#718699 Text Font Color

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

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


#718699 Background Color

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

This div background color is #718699


#718699 Border Color

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

This div border color is #718699


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,134,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718699

#718699 Color Palettes


Comments

No comments written yet.

Please login to write comment.