Color Hex Logo

#70e998 Color Hex

#70E998
(112,233,152)
0 Favorites   0 Comments

Color spaces of #70e998

RGB 112233152
HSL0.390.730.68
HSV140°52°91°
CMYK 0.520.000.35   0.09
XYZ41.488563.989639.8703
Yxy63.98960.28540.4402
Hunter Lab79.9935-47.409926.4442
CIE-Lab83.9604-51.577929.2608

#70e998 color RGB value is (112,233,152).

#70e998 hex color red value is 112, green value is 233 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #70e998 hue: 0.39 , saturation: 0.73 and the lightness value of 70e998 is 0.68.

The process color (four color CMYK) of #70e998 color hex is 0.52, 0.00, 0.35, 0.09. Web safe color of #70e998 is #66ff99. Color #70e998 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101001 10011000
Octal 160 351 230
Decimal 112 233 152
Hex 70 E9 98

RGB Percentages of Color #70e998

%22.54
%46.88
%30.58

CMYK Percentages of Color #70e998

%52
%0
%35
%9

Triadic Colors of #70e998

#70e998 #9870e9 #e99870

Analogous Colors of #70e998

#70e998 #70e9d5 #85e970

Monochromatic Colors of #70e998

#70e998

Complementary Color

#70e998 #e970c1

#70e998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70e998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70e998 Color CSS Codes

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

#70e998 Text Font Color

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

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


#70e998 Background Color

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

This div background color is #70e998


#70e998 Border Color

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

This div border color is #70e998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70e998


Comments

No comments written yet.

Please login to write comment.