Color Hex Logo

#70b96f Color Hex

#70B96F
(112,185,111)
0 Favorites   0 Comments

Color spaces of #70b96f

RGB 112185111
HSL0.330.350.58
HSV119°40°73°
CMYK 0.390.000.40   0.27
XYZ26.900339.290421.2049
Yxy39.29040.30780.4496
Hunter Lab62.6821-33.089523.8200
CIE-Lab68.9611-37.932830.5566

#70b96f color RGB value is (112,185,111).

#70b96f hex color red value is 112, green value is 185 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #70b96f hue: 0.33 , saturation: 0.35 and the lightness value of 70b96f is 0.58.

The process color (four color CMYK) of #70b96f color hex is 0.39, 0.00, 0.40, 0.27. Web safe color of #70b96f is #66cc66. Color #70b96f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111001 01101111
Octal 160 271 157
Decimal 112 185 111
Hex 70 B9 6F

RGB Percentages of Color #70b96f

%27.45
%45.34
%27.21

CMYK Percentages of Color #70b96f

%39
%0
%40
%27

Triadic Colors of #70b96f

#70b96f #6f70b9 #b96f70

Analogous Colors of #70b96f

#70b96f #6fb993 #95b96f

Monochromatic Colors of #70b96f

#70b96f

Complementary Color

#70b96f #b86fb9

#70b96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70b96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70b96f Color CSS Codes

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

#70b96f Text Font Color

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

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


#70b96f Background Color

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

This div background color is #70b96f


#70b96f Border Color

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

This div border color is #70b96f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,185,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70b96f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70b96f;
  -webkit-box-shadow: 1px 1px 3px 2px #70b96f;
  box-shadow:         1px 1px 3px 2px #70b96f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70b96f


Comments

No comments written yet.

Please login to write comment.