Color Hex Logo

#718682 Color Hex

#718682
(113,134,130)
0 Favorites   0 Comments

Color spaces of #718682

RGB 113134130
HSL0.470.090.48
HSV169°16°53°
CMYK 0.160.000.03   0.47
XYZ19.364422.172624.3782
Yxy22.17260.29380.3364
Hunter Lab47.0878-8.99722.2659
CIE-Lab54.2097-8.4171-0.3932

#718682 color RGB value is (113,134,130).

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

The process color (four color CMYK) of #718682 color hex is 0.16, 0.00, 0.03, 0.47. Web safe color of #718682 is #669999. Color #718682 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000110 10000010
Octal 161 206 202
Decimal 113 134 130
Hex 71 86 82

RGB Percentages of Color #718682

%29.97
%35.54
%34.48

CMYK Percentages of Color #718682

%16
%0
%3
%47

Triadic Colors of #718682

#718682 #827186 #868271

Analogous Colors of #718682

#718682 #718086 #718678

Monochromatic Colors of #718682

#718682

Complementary Color

#718682 #867175

#718682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718682 Color CSS Codes

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

#718682 Text Font Color

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

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


#718682 Background Color

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

This div background color is #718682


#718682 Border Color

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

This div border color is #718682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718682


Comments

No comments written yet.

Please login to write comment.