Color Hex Logo

#70c35f Color Hex

#70C35F
(112,195,95)
0 Favorites   0 Comments

Color spaces of #70c35f

RGB 11219595
HSL0.310.450.57
HSV110°51°76°
CMYK 0.430.000.51   0.24
XYZ28.262843.301217.6948
Yxy43.30120.31660.4851
Hunter Lab65.8036-38.490330.1193
CIE-Lab71.7589-44.541042.1665

#70c35f color RGB value is (112,195,95).

#70c35f hex color red value is 112, green value is 195 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #70c35f hue: 0.31 , saturation: 0.45 and the lightness value of 70c35f is 0.57.

The process color (four color CMYK) of #70c35f color hex is 0.43, 0.00, 0.51, 0.24. Web safe color of #70c35f is #66cc66. Color #70c35f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11000011 01011111
Octal 160 303 137
Decimal 112 195 95
Hex 70 C3 5F

RGB Percentages of Color #70c35f

%27.86
%48.51
%23.63

CMYK Percentages of Color #70c35f

%43
%0
%51
%24

Triadic Colors of #70c35f

#70c35f #5f70c3 #c35f70

Analogous Colors of #70c35f

#70c35f #5fc380 #a2c35f

Monochromatic Colors of #70c35f

#70c35f

Complementary Color

#70c35f #b25fc3

#70c35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70c35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70c35f Color CSS Codes

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

#70c35f Text Font Color

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

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


#70c35f Background Color

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

This div background color is #70c35f


#70c35f Border Color

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

This div border color is #70c35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70c35f


Comments

No comments written yet.

Please login to write comment.