Color Hex Logo

#708692 Color Hex

#708692
(112,134,146)
0 Favorites   0 Comments

Color spaces of #708692

RGB 112134146
HSL0.560.130.51
HSV201°23°57°
CMYK 0.230.080.00   0.43
XYZ20.395522.570330.4757
Yxy22.57030.27770.3073
Hunter Lab47.5082-6.5085-4.7778
CIE-Lab54.6269-5.0838-9.0555

#708692 color RGB value is (112,134,146).

#708692 hex color red value is 112, green value is 134 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #708692 hue: 0.56 , saturation: 0.13 and the lightness value of 708692 is 0.51.

The process color (four color CMYK) of #708692 color hex is 0.23, 0.08, 0.00, 0.43. Web safe color of #708692 is #669999. Color #708692 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000110 10010010
Octal 160 206 222
Decimal 112 134 146
Hex 70 86 92

RGB Percentages of Color #708692

%28.57
%34.18
%37.24

CMYK Percentages of Color #708692

%23
%8
%0
%43

Triadic Colors of #708692

#708692 #927086 #869270

Analogous Colors of #708692

#708692 #707592 #70928d

Monochromatic Colors of #708692

#708692

Complementary Color

#708692 #927c70

#708692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#708692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#708692 Color CSS Codes

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

#708692 Text Font Color

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

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


#708692 Background Color

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

This div background color is #708692


#708692 Border Color

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

This div border color is #708692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #708692


Comments

No comments written yet.

Please login to write comment.