Color Hex Logo

#70d470 Color Hex

#70D470
(112,212,112)
0 Favorites   0 Comments

Color spaces of #70d470

RGB 112212112
HSL0.330.540.64
HSV120°47°83°
CMYK 0.470.000.47   0.17
XYZ33.150251.701623.5614
Yxy51.70160.30580.4769
Hunter Lab71.9038-43.536930.9046
CIE-Lab77.1021-49.348040.4483

#70d470 color RGB value is (112,212,112).

#70d470 hex color red value is 112, green value is 212 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #70d470 hue: 0.33 , saturation: 0.54 and the lightness value of 70d470 is 0.64.

The process color (four color CMYK) of #70d470 color hex is 0.47, 0.00, 0.47, 0.17. Web safe color of #70d470 is #66cc66. Color #70d470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11010100 01110000
Octal 160 324 160
Decimal 112 212 112
Hex 70 D4 70

RGB Percentages of Color #70d470

%25.69
%48.62
%25.69

CMYK Percentages of Color #70d470

%47
%0
%47
%17

Triadic Colors of #70d470

#70d470 #7070d4 #d47070

Analogous Colors of #70d470

#70d470 #70d4a2 #a2d470

Monochromatic Colors of #70d470

#70d470

Complementary Color

#70d470 #d470d4

#70d470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70d470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70d470 Color CSS Codes

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

#70d470 Text Font Color

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

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


#70d470 Background Color

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

This div background color is #70d470


#70d470 Border Color

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

This div border color is #70d470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70d470


Comments

No comments written yet.

Please login to write comment.