Color Hex Logo

#709868 Color Hex

#709868
(112,152,104)
0 Favorites   0 Comments

Color spaces of #709868

RGB 112152104
HSL0.310.190.50
HSV110°32°60°
CMYK 0.260.000.32   0.40
XYZ20.409026.900717.2134
Yxy26.90070.31630.4169
Hunter Lab51.8659-20.526316.6288
CIE-Lab58.8823-23.359820.9643

#709868 color RGB value is (112,152,104).

#709868 hex color red value is 112, green value is 152 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #709868 hue: 0.31 , saturation: 0.19 and the lightness value of 709868 is 0.50.

The process color (four color CMYK) of #709868 color hex is 0.26, 0.00, 0.32, 0.40. Web safe color of #709868 is #669966. Color #709868 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011000 01101000
Octal 160 230 150
Decimal 112 152 104
Hex 70 98 68

RGB Percentages of Color #709868

%30.43
%41.30
%28.26

CMYK Percentages of Color #709868

%26
%0
%32
%40

Triadic Colors of #709868

#709868 #687098 #986870

Analogous Colors of #709868

#709868 #689878 #889868

Monochromatic Colors of #709868

#709868

Complementary Color

#709868 #906898

#709868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#709868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#709868 Color CSS Codes

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

#709868 Text Font Color

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

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


#709868 Background Color

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

This div background color is #709868


#709868 Border Color

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

This div border color is #709868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #709868


Comments

No comments written yet.

Please login to write comment.