Color Hex Logo

#70dd45 Color Hex

#70DD45
(112,221,69)
0 Favorites   0 Comments

Color spaces of #70dd45

RGB 11222169
HSL0.290.690.57
HSV103°69°87°
CMYK 0.490.000.69   0.13
XYZ33.612755.587314.5881
Yxy55.58730.32390.5356
Hunter Lab74.5569-50.000940.5889
CIE-Lab79.3784-57.530462.1060

#70dd45 color RGB value is (112,221,69).

#70dd45 hex color red value is 112, green value is 221 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #70dd45 hue: 0.29 , saturation: 0.69 and the lightness value of 70dd45 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011101 01000101
Octal 160 335 105
Decimal 112 221 69
Hex 70 DD 45

RGB Percentages of Color #70dd45

%27.86
%54.98
%17.16

CMYK Percentages of Color #70dd45

%49
%0
%69
%13

Triadic Colors of #70dd45

#70dd45 #4570dd #dd4570

Analogous Colors of #70dd45

#70dd45 #45dd66 #bcdd45

Monochromatic Colors of #70dd45

#70dd45

Complementary Color

#70dd45 #b245dd

#70dd45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70dd45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70dd45 Color CSS Codes

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

#70dd45 Text Font Color

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

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


#70dd45 Background Color

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

This div background color is #70dd45


#70dd45 Border Color

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

This div border color is #70dd45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70dd45


Comments

No comments written yet.

Please login to write comment.