Color Hex Logo

#70deaa Color Hex

#70DEAA
(112,222,170)
0 Favorites   0 Comments

Color spaces of #70deaa

RGB 112222170
HSL0.420.630.65
HSV152°50°87°
CMYK 0.500.000.23   0.13
XYZ40.059158.589647.2278
Yxy58.58960.27460.4016
Hunter Lab76.5438-40.534016.9986
CIE-Lab81.0655-43.506915.9601

#70deaa color RGB value is (112,222,170).

#70deaa hex color red value is 112, green value is 222 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #70deaa hue: 0.42 , saturation: 0.63 and the lightness value of 70deaa is 0.65.

The process color (four color CMYK) of #70deaa color hex is 0.50, 0.00, 0.23, 0.13. Web safe color of #70deaa is #66cc99. Color #70deaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11011110 10101010
Octal 160 336 252
Decimal 112 222 170
Hex 70 DE AA

RGB Percentages of Color #70deaa

%22.22
%44.05
%33.73

CMYK Percentages of Color #70deaa

%50
%0
%23
%13

Triadic Colors of #70deaa

#70deaa #aa70de #deaa70

Analogous Colors of #70deaa

#70deaa #70dbde #70de73

Monochromatic Colors of #70deaa

#70deaa

Complementary Color

#70deaa #de70a4

#70deaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70deaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#70deaa Color CSS Codes

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

#70deaa Text Font Color

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

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


#70deaa Background Color

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

This div background color is #70deaa


#70deaa Border Color

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

This div border color is #70deaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70deaa


Comments

No comments written yet.

Please login to write comment.