Color Hex Logo

#70d179 Color Hex

#70D179
(112,209,121)
0 Favorites   0 Comments

Color spaces of #70d179

RGB 112209121
HSL0.350.510.63
HSV126°46°82°
CMYK 0.460.000.42   0.18
XYZ32.933750.426126.0866
Yxy50.42610.30090.4607
Hunter Lab71.0113-41.485027.9273
CIE-Lab76.3301-46.788234.9724

#70d179 color RGB value is (112,209,121).

#70d179 hex color red value is 112, green value is 209 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #70d179 hue: 0.35 , saturation: 0.51 and the lightness value of 70d179 is 0.63.

The process color (four color CMYK) of #70d179 color hex is 0.46, 0.00, 0.42, 0.18. Web safe color of #70d179 is #66cc66. Color #70d179 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11010001 01111001
Octal 160 321 171
Decimal 112 209 121
Hex 70 D1 79

RGB Percentages of Color #70d179

%25.34
%47.29
%27.38

CMYK Percentages of Color #70d179

%46
%0
%42
%18

Triadic Colors of #70d179

#70d179 #7970d1 #d17970

Analogous Colors of #70d179

#70d179 #70d1aa #98d170

Monochromatic Colors of #70d179

#70d179

Complementary Color

#70d179 #d170c8

#70d179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70d179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70d179 Color CSS Codes

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

#70d179 Text Font Color

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

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


#70d179 Background Color

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

This div background color is #70d179


#70d179 Border Color

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

This div border color is #70d179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70d179


Comments

No comments written yet.

Please login to write comment.