Color Hex Logo

#709984 Color Hex

#709984
(112,153,132)
0 Favorites   0 Comments

Color spaces of #709984

RGB 112153132
HSL0.410.170.52
HSV149°27°60°
CMYK 0.270.000.14   0.40
XYZ22.238227.893226.0416
Yxy27.89320.29190.3662
Hunter Lab52.8140-17.26427.7350
CIE-Lab59.7921-18.59116.5301

#709984 color RGB value is (112,153,132).

#709984 hex color red value is 112, green value is 153 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #709984 hue: 0.41 , saturation: 0.17 and the lightness value of 709984 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011001 10000100
Octal 160 231 204
Decimal 112 153 132
Hex 70 99 84

RGB Percentages of Color #709984

%28.21
%38.54
%33.25

CMYK Percentages of Color #709984

%27
%0
%14
%40

Triadic Colors of #709984

#709984 #847099 #998470

Analogous Colors of #709984

#709984 #709999 #719970

Monochromatic Colors of #709984

#709984

Complementary Color

#709984 #997085

#709984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#709984 Color CSS Codes

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

#709984 Text Font Color

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

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


#709984 Background Color

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

This div background color is #709984


#709984 Border Color

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

This div border color is #709984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709984


Comments

No comments written yet.

Please login to write comment.