Color Hex Logo

#70ecaa Color Hex

#70ECAA
(112,236,170)
0 Favorites   0 Comments

Color spaces of #70ecaa

RGB 112236170
HSL0.410.770.68
HSV148°53°93°
CMYK 0.530.000.28   0.07
XYZ43.933266.337948.5192
Yxy66.33790.27670.4178
Hunter Lab81.4481-46.251021.6942
CIE-Lab85.1685-49.477321.6667

#70ecaa color RGB value is (112,236,170).

#70ecaa hex color red value is 112, green value is 236 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #70ecaa hue: 0.41 , saturation: 0.77 and the lightness value of 70ecaa is 0.68.

The process color (four color CMYK) of #70ecaa color hex is 0.53, 0.00, 0.28, 0.07. Web safe color of #70ecaa is #66ff99. Color #70ecaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101100 10101010
Octal 160 354 252
Decimal 112 236 170
Hex 70 EC AA

RGB Percentages of Color #70ecaa

%21.62
%45.56
%32.82

CMYK Percentages of Color #70ecaa

%53
%0
%28
%7

Triadic Colors of #70ecaa

#70ecaa #aa70ec #ecaa70

Analogous Colors of #70ecaa

#70ecaa #70ece8 #74ec70

Monochromatic Colors of #70ecaa

#70ecaa

Complementary Color

#70ecaa #ec70b2

#70ecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ecaa Color CSS Codes

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

#70ecaa Text Font Color

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

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


#70ecaa Background Color

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

This div background color is #70ecaa


#70ecaa Border Color

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

This div border color is #70ecaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ecaa


Comments

No comments written yet.

Please login to write comment.