Color Hex Logo

#70960b Color Hex

#70960B
(112,150,11)
0 Favorites   0 Comments

Color spaces of #70960b

RGB 11215011
HSL0.210.860.32
HSV76°93°59°
CMYK 0.250.000.93   0.41
XYZ17.648825.28164.2663
Yxy25.28160.37390.5357
Hunter Lab50.2808-25.337130.1658
CIE-Lab57.3488-30.906358.5336

#70960b color RGB value is (112,150,11).

#70960b hex color red value is 112, green value is 150 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #70960b hue: 0.21 , saturation: 0.86 and the lightness value of 70960b is 0.32.

The process color (four color CMYK) of #70960b color hex is 0.25, 0.00, 0.93, 0.41. Web safe color of #70960b is #669900. Color #70960b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010110 00001011
Octal 160 226 13
Decimal 112 150 11
Hex 70 96 B

RGB Percentages of Color #70960b

%41.03
%54.95
%4.03

CMYK Percentages of Color #70960b

%25
%0
%93
%41

Triadic Colors of #70960b

#70960b #0b7096 #960b70

Analogous Colors of #70960b

#70960b #2a960b #96770b

Monochromatic Colors of #70960b

#70960b

Complementary Color

#70960b #310b96

#70960b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70960b Color Preview on White Background

Lorem ipsum dolor sit amet.

#70960b Color CSS Codes

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

#70960b Text Font Color

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

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


#70960b Background Color

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

This div background color is #70960b


#70960b Border Color

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

This div border color is #70960b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,150,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70960b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70960b;
  -webkit-box-shadow: 1px 1px 3px 2px #70960b;
  box-shadow:         1px 1px 3px 2px #70960b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70960b


Comments

No comments written yet.

Please login to write comment.