Color Hex Logo

#70d820 Color Hex

#70D820
(112,216,32)
0 Favorites   0 Comments

Color spaces of #70d820

RGB 11221632
HSL0.260.740.49
HSV94°85°85°
CMYK 0.480.000.85   0.15
XYZ31.498752.66089.8709
Yxy52.66080.33500.5600
Hunter Lab72.5678-49.514042.7326
CIE-Lab77.6743-57.759071.6621

#70d820 color RGB value is (112,216,32).

#70d820 hex color red value is 112, green value is 216 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #70d820 hue: 0.26 , saturation: 0.74 and the lightness value of 70d820 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011000 00100000
Octal 160 330 40
Decimal 112 216 32
Hex 70 D8 20

RGB Percentages of Color #70d820

%31.11
%60.00
%8.89

CMYK Percentages of Color #70d820

%48
%0
%85
%15

Triadic Colors of #70d820

#70d820 #2070d8 #d82070

Analogous Colors of #70d820

#70d820 #20d82c #ccd820

Monochromatic Colors of #70d820

#70d820

Complementary Color

#70d820 #8820d8

#70d820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70d820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70d820 Color CSS Codes

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

#70d820 Text Font Color

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

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


#70d820 Background Color

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

This div background color is #70d820


#70d820 Border Color

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

This div border color is #70d820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70d820


Comments

No comments written yet.

Please login to write comment.