Color Hex Logo

#709056 Color Hex

#709056
(112,144,86)
0 Favorites   0 Comments

Color spaces of #709056

RGB 11214486
HSL0.260.250.45
HSV93°40°56°
CMYK 0.220.000.40   0.44
XYZ18.335124.063112.4824
Yxy24.06310.33410.4385
Hunter Lab49.0542-19.126419.2509
CIE-Lab56.1509-22.092627.2407

#709056 color RGB value is (112,144,86).

#709056 hex color red value is 112, green value is 144 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #709056 hue: 0.26 , saturation: 0.25 and the lightness value of 709056 is 0.45.

The process color (four color CMYK) of #709056 color hex is 0.22, 0.00, 0.40, 0.44. Web safe color of #709056 is #669966. Color #709056 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010000 01010110
Octal 160 220 126
Decimal 112 144 86
Hex 70 90 56

RGB Percentages of Color #709056

%32.75
%42.11
%25.15

CMYK Percentages of Color #709056

%22
%0
%40
%44

Triadic Colors of #709056

#709056 #567090 #905670

Analogous Colors of #709056

#709056 #569059 #8d9056

Monochromatic Colors of #709056

#709056

Complementary Color

#709056 #765690

#709056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#709056 Color CSS Codes

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

#709056 Text Font Color

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

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


#709056 Background Color

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

This div background color is #709056


#709056 Border Color

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

This div border color is #709056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709056


Comments

No comments written yet.

Please login to write comment.