Color Hex Logo

#70caaa Color Hex

#70CAAA
(112,202,170)
0 Favorites   0 Comments

Color spaces of #70caaa

RGB 112202170
HSL0.440.460.62
HSV159°45°79°
CMYK 0.450.000.16   0.21
XYZ35.058348.588145.5609
Yxy48.58810.27130.3760
Hunter Lab69.7052-32.207210.0403
CIE-Lab75.1944-34.49797.6400

#70caaa color RGB value is (112,202,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001010 10101010
Octal 160 312 252
Decimal 112 202 170
Hex 70 CA AA

RGB Percentages of Color #70caaa

%23.14
%41.74
%35.12

CMYK Percentages of Color #70caaa

%45
%0
%16
%21

Triadic Colors of #70caaa

#70caaa #aa70ca #caaa70

Analogous Colors of #70caaa

#70caaa #70bdca #70ca7d

Monochromatic Colors of #70caaa

#70caaa

Complementary Color

#70caaa #ca7090

#70caaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70caaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#70caaa Color CSS Codes

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

#70caaa Text Font Color

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

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


#70caaa Background Color

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

This div background color is #70caaa


#70caaa Border Color

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

This div border color is #70caaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70caaa


Comments

No comments written yet.

Please login to write comment.