Color Hex Logo

#709a8d Color Hex

#709A8D
(112,154,141)
0 Favorites   0 Comments

Color spaces of #709a8d

RGB 112154141
HSL0.450.170.52
HSV161°27°60°
CMYK 0.270.000.08   0.40
XYZ23.045428.479029.4817
Yxy28.47900.28450.3516
Hunter Lab53.3657-16.30674.6015
CIE-Lab60.3190-17.17872.1965

#709a8d color RGB value is (112,154,141).

#709a8d hex color red value is 112, green value is 154 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #709a8d hue: 0.45 , saturation: 0.17 and the lightness value of 709a8d is 0.52.

The process color (four color CMYK) of #709a8d color hex is 0.27, 0.00, 0.08, 0.40. Web safe color of #709a8d is #669999. Color #709a8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011010 10001101
Octal 160 232 215
Decimal 112 154 141
Hex 70 9A 8D

RGB Percentages of Color #709a8d

%27.52
%37.84
%34.64

CMYK Percentages of Color #709a8d

%27
%0
%8
%40

Triadic Colors of #709a8d

#709a8d #8d709a #9a8d70

Analogous Colors of #709a8d

#709a8d #70929a #709a78

Monochromatic Colors of #709a8d

#709a8d

Complementary Color

#709a8d #9a707d

#709a8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709a8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#709a8d Color CSS Codes

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

#709a8d Text Font Color

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

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


#709a8d Background Color

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

This div background color is #709a8d


#709a8d Border Color

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

This div border color is #709a8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,154,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #709a8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #709a8d;
  -webkit-box-shadow: 1px 1px 3px 2px #709a8d;
  box-shadow:         1px 1px 3px 2px #709a8d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709a8d


Comments

No comments written yet.

Please login to write comment.