Color Hex Logo

#718688 Color Hex

#718688
(113,134,136)
0 Favorites   0 Comments

Color spaces of #718688

RGB 113134136
HSL0.510.090.49
HSV185°17°53°
CMYK 0.170.010.00   0.47
XYZ19.779122.338526.5618
Yxy22.33850.28800.3253
Hunter Lab47.2636-8.0118-0.2360
CIE-Lab54.3843-7.0846-3.6148

#718688 color RGB value is (113,134,136).

#718688 hex color red value is 113, green value is 134 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #718688 hue: 0.51 , saturation: 0.09 and the lightness value of 718688 is 0.49.

The process color (four color CMYK) of #718688 color hex is 0.17, 0.01, 0.00, 0.47. Web safe color of #718688 is #669999. Color #718688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000110 10001000
Octal 161 206 210
Decimal 113 134 136
Hex 71 86 88

RGB Percentages of Color #718688

%29.50
%34.99
%35.51

CMYK Percentages of Color #718688

%17
%1
%0
%47

Triadic Colors of #718688

#718688 #887186 #868871

Analogous Colors of #718688

#718688 #717b88 #71887f

Monochromatic Colors of #718688

#718688

Complementary Color

#718688 #887371

#718688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718688 Color CSS Codes

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

#718688 Text Font Color

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

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


#718688 Background Color

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

This div background color is #718688


#718688 Border Color

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

This div border color is #718688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718688


Comments

No comments written yet.

Please login to write comment.