Color Hex Logo

#70eaaa Color Hex

#70EAAA
(112,234,170)
0 Favorites   0 Comments

Color spaces of #70eaaa

RGB 112234170
HSL0.410.740.68
HSV149°52°92°
CMYK 0.520.000.27   0.08
XYZ43.360665.192748.3283
Yxy65.19270.27640.4156
Hunter Lab80.7420-45.439221.0312
CIE-Lab84.5829-48.640320.8578

#70eaaa color RGB value is (112,234,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101010 10101010
Octal 160 352 252
Decimal 112 234 170
Hex 70 EA AA

RGB Percentages of Color #70eaaa

%21.71
%45.35
%32.95

CMYK Percentages of Color #70eaaa

%52
%0
%27
%8

Triadic Colors of #70eaaa

#70eaaa #aa70ea #eaaa70

Analogous Colors of #70eaaa

#70eaaa #70eae7 #73ea70

Monochromatic Colors of #70eaaa

#70eaaa

Complementary Color

#70eaaa #ea70b0

#70eaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70eaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#70eaaa Color CSS Codes

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

#70eaaa Text Font Color

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

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


#70eaaa Background Color

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

This div background color is #70eaaa


#70eaaa Border Color

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

This div border color is #70eaaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,234,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 #70eaaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70eaaa


Comments

No comments written yet.

Please login to write comment.