Color Hex Logo

#70dc43 Color Hex

#70DC43
(112,220,67)
0 Favorites   0 Comments

Color spaces of #70dc43

RGB 11222067
HSL0.280.690.56
HSV102°70°86°
CMYK 0.490.000.70   0.14
XYZ33.288455.036414.1788
Yxy55.03640.32480.5369
Hunter Lab74.1865-49.731340.5988
CIE-Lab79.0622-57.308662.5272

#70dc43 color RGB value is (112,220,67).

#70dc43 hex color red value is 112, green value is 220 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #70dc43 hue: 0.28 , saturation: 0.69 and the lightness value of 70dc43 is 0.56.

The process color (four color CMYK) of #70dc43 color hex is 0.49, 0.00, 0.70, 0.14. Web safe color of #70dc43 is #66cc33. Color #70dc43 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011100 01000011
Octal 160 334 103
Decimal 112 220 67
Hex 70 DC 43

RGB Percentages of Color #70dc43

%28.07
%55.14
%16.79

CMYK Percentages of Color #70dc43

%49
%0
%70
%14

Triadic Colors of #70dc43

#70dc43 #4370dc #dc4370

Analogous Colors of #70dc43

#70dc43 #43dc62 #bddc43

Monochromatic Colors of #70dc43

#70dc43

Complementary Color

#70dc43 #af43dc

#70dc43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70dc43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70dc43 Color CSS Codes

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

#70dc43 Text Font Color

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

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


#70dc43 Background Color

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

This div background color is #70dc43


#70dc43 Border Color

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

This div border color is #70dc43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70dc43


Comments

No comments written yet.

Please login to write comment.