Color Hex Logo

#70ccaa Color Hex

#70CCAA
(112,204,170)
0 Favorites   0 Comments

Color spaces of #70ccaa

RGB 112204170
HSL0.440.470.62
HSV158°45°80°
CMYK 0.450.000.17   0.20
XYZ35.530749.532845.7183
Yxy49.53280.27170.3787
Hunter Lab70.3795-33.049510.7511
CIE-Lab75.7816-35.42588.4804

#70ccaa color RGB value is (112,204,170).

#70ccaa hex color red value is 112, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #70ccaa hue: 0.44 , saturation: 0.47 and the lightness value of 70ccaa is 0.62.

The process color (four color CMYK) of #70ccaa color hex is 0.45, 0.00, 0.17, 0.20. Web safe color of #70ccaa is #66cc99. Color #70ccaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001100 10101010
Octal 160 314 252
Decimal 112 204 170
Hex 70 CC AA

RGB Percentages of Color #70ccaa

%23.05
%41.98
%34.98

CMYK Percentages of Color #70ccaa

%45
%0
%17
%20

Triadic Colors of #70ccaa

#70ccaa #aa70cc #ccaa70

Analogous Colors of #70ccaa

#70ccaa #70c0cc #70cc7c

Monochromatic Colors of #70ccaa

#70ccaa

Complementary Color

#70ccaa #cc7092

#70ccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ccaa Color CSS Codes

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

#70ccaa Text Font Color

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

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


#70ccaa Background Color

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

This div background color is #70ccaa


#70ccaa Border Color

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

This div border color is #70ccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ccaa


Comments

No comments written yet.

Please login to write comment.