Color Hex Logo

#70980f Color Hex

#70980F
(112,152,15)
0 Favorites   0 Comments

Color spaces of #70980f

RGB 11215215
HSL0.220.820.33
HSV78°90°60°
CMYK 0.260.000.90   0.40
XYZ17.996625.93574.5095
Yxy25.93570.37150.5354
Hunter Lab50.9271-26.044230.3990
CIE-Lab57.9760-31.748258.3480

#70980f color RGB value is (112,152,15).

#70980f hex color red value is 112, green value is 152 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #70980f hue: 0.22 , saturation: 0.82 and the lightness value of 70980f is 0.33.

The process color (four color CMYK) of #70980f color hex is 0.26, 0.00, 0.90, 0.40. Web safe color of #70980f is #669900. Color #70980f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011000 00001111
Octal 160 230 17
Decimal 112 152 15
Hex 70 98 F

RGB Percentages of Color #70980f

%40.14
%54.48
%5.38

CMYK Percentages of Color #70980f

%26
%0
%90
%40

Triadic Colors of #70980f

#70980f #0f7098 #980f70

Analogous Colors of #70980f

#70980f #2b980f #987c0f

Monochromatic Colors of #70980f

#70980f

Complementary Color

#70980f #370f98

#70980f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70980f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70980f Color CSS Codes

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

#70980f Text Font Color

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

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


#70980f Background Color

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

This div background color is #70980f


#70980f Border Color

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

This div border color is #70980f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70980f


Comments

No comments written yet.

Please login to write comment.