Color Hex Logo

#70fe9f Color Hex

#70FE9F
(112,254,159)
0 Favorites   0 Comments

Color spaces of #70fe9f

RGB 112254159
HSL0.390.990.72
HSV140°56°100°
CMYK 0.560.000.37   0.00
XYZ48.381976.831645.0809
Yxy76.83160.28410.4512
Hunter Lab87.6536-54.867830.8643
CIE-Lab90.2440-58.723134.1149

#70fe9f color RGB value is (112,254,159).

#70fe9f hex color red value is 112, green value is 254 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #70fe9f hue: 0.39 , saturation: 0.99 and the lightness value of 70fe9f is 0.72.

The process color (four color CMYK) of #70fe9f color hex is 0.56, 0.00, 0.37, 0.00. Web safe color of #70fe9f is #66ff99. Color #70fe9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11111110 10011111
Octal 160 376 237
Decimal 112 254 159
Hex 70 FE 9F

RGB Percentages of Color #70fe9f

%21.33
%48.38
%30.29

CMYK Percentages of Color #70fe9f

%56
%0
%37
%0

Triadic Colors of #70fe9f

#70fe9f #9f70fe #fe9f70

Analogous Colors of #70fe9f

#70fe9f #70fee6 #88fe70

Monochromatic Colors of #70fe9f

#70fe9f

Complementary Color

#70fe9f #fe70cf

#70fe9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70fe9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70fe9f Color CSS Codes

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

#70fe9f Text Font Color

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

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


#70fe9f Background Color

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

This div background color is #70fe9f


#70fe9f Border Color

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

This div border color is #70fe9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70fe9f


Comments

No comments written yet.

Please login to write comment.