Color Hex Logo

#70d61d Color Hex

#70D61D
(112,214,29)
0 Favorites   0 Comments

Color spaces of #70d61d

RGB 11221429
HSL0.260.760.48
HSV93°86°84°
CMYK 0.480.000.86   0.16
XYZ30.950451.62669.4961
Yxy51.62660.33620.5607
Hunter Lab71.8517-48.850842.4602
CIE-Lab77.0570-57.117871.7497

#70d61d color RGB value is (112,214,29).

#70d61d hex color red value is 112, green value is 214 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #70d61d hue: 0.26 , saturation: 0.76 and the lightness value of 70d61d is 0.48.

The process color (four color CMYK) of #70d61d color hex is 0.48, 0.00, 0.86, 0.16. Web safe color of #70d61d is #66cc33. Color #70d61d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11010110 00011101
Octal 160 326 35
Decimal 112 214 29
Hex 70 D6 1D

RGB Percentages of Color #70d61d

%31.55
%60.28
%8.17

CMYK Percentages of Color #70d61d

%48
%0
%86
%16

Triadic Colors of #70d61d

#70d61d #1d70d6 #d61d70

Analogous Colors of #70d61d

#70d61d #1dd626 #cdd61d

Monochromatic Colors of #70d61d

#70d61d

Complementary Color

#70d61d #831dd6

#70d61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70d61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#70d61d Color CSS Codes

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

#70d61d Text Font Color

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

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


#70d61d Background Color

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

This div background color is #70d61d


#70d61d Border Color

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

This div border color is #70d61d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70d61d


Comments

No comments written yet.

Please login to write comment.