Color Hex Logo

#709182 Color Hex

#709182
(112,145,130)
0 Favorites   0 Comments

Color spaces of #709182

RGB 112145130
HSL0.420.130.50
HSV153°23°57°
CMYK 0.230.000.10   0.43
XYZ20.836825.307224.9057
Yxy25.30720.29330.3562
Hunter Lab50.3063-14.10145.8610
CIE-Lab57.3735-14.77894.1921

#709182 color RGB value is (112,145,130).

#709182 hex color red value is 112, green value is 145 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #709182 hue: 0.42 , saturation: 0.13 and the lightness value of 709182 is 0.50.

The process color (four color CMYK) of #709182 color hex is 0.23, 0.00, 0.10, 0.43. Web safe color of #709182 is #669999. Color #709182 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010001 10000010
Octal 160 221 202
Decimal 112 145 130
Hex 70 91 82

RGB Percentages of Color #709182

%28.94
%37.47
%33.59

CMYK Percentages of Color #709182

%23
%0
%10
%43

Triadic Colors of #709182

#709182 #827091 #918270

Analogous Colors of #709182

#709182 #709091 #709172

Monochromatic Colors of #709182

#709182

Complementary Color

#709182 #91707f

#709182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#709182 Color CSS Codes

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

#709182 Text Font Color

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

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


#709182 Background Color

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

This div background color is #709182


#709182 Border Color

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

This div border color is #709182


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,145,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 #709182">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709182


Comments

No comments written yet.

Please login to write comment.