Color Hex Logo

#70e15b Color Hex

#70E15B
(112,225,91)
0 Favorites   0 Comments

Color spaces of #70e15b

RGB 11222591
HSL0.310.690.62
HSV111°60°88°
CMYK 0.500.000.60   0.12
XYZ35.495658.050519.2316
Yxy58.05050.31470.5147
Hunter Lab76.1909-50.174938.3680
CIE-Lab80.7669-57.032654.6251

#70e15b color RGB value is (112,225,91).

#70e15b hex color red value is 112, green value is 225 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #70e15b hue: 0.31 , saturation: 0.69 and the lightness value of 70e15b is 0.62.

The process color (four color CMYK) of #70e15b color hex is 0.50, 0.00, 0.60, 0.12. Web safe color of #70e15b is #66cc66. Color #70e15b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11100001 01011011
Octal 160 341 133
Decimal 112 225 91
Hex 70 E1 5B

RGB Percentages of Color #70e15b

%26.17
%52.57
%21.26

CMYK Percentages of Color #70e15b

%50
%0
%60
%12

Triadic Colors of #70e15b

#70e15b #5b70e1 #e15b70

Analogous Colors of #70e15b

#70e15b #5be189 #b3e15b

Monochromatic Colors of #70e15b

#70e15b

Complementary Color

#70e15b #cc5be1

#70e15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70e15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#70e15b Color CSS Codes

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

#70e15b Text Font Color

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

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


#70e15b Background Color

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

This div background color is #70e15b


#70e15b Border Color

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

This div border color is #70e15b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70e15b


Comments

No comments written yet.

Please login to write comment.