Color Hex Logo

#70ceaa Color Hex

#70CEAA
(112,206,170)
0 Favorites   0 Comments

Color spaces of #70ceaa

RGB 112206170
HSL0.440.490.62
HSV157°46°81°
CMYK 0.460.000.17   0.19
XYZ36.009150.489645.8778
Yxy50.48960.27200.3814
Hunter Lab71.0560-33.889511.4582
CIE-Lab76.3688-36.34749.3189

#70ceaa color RGB value is (112,206,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001110 10101010
Octal 160 316 252
Decimal 112 206 170
Hex 70 CE AA

RGB Percentages of Color #70ceaa

%22.95
%42.21
%34.84

CMYK Percentages of Color #70ceaa

%46
%0
%17
%19

Triadic Colors of #70ceaa

#70ceaa #aa70ce #ceaa70

Analogous Colors of #70ceaa

#70ceaa #70c3ce #70ce7b

Monochromatic Colors of #70ceaa

#70ceaa

Complementary Color

#70ceaa #ce7094

#70ceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ceaa Color CSS Codes

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

#70ceaa Text Font Color

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

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


#70ceaa Background Color

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

This div background color is #70ceaa


#70ceaa Border Color

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

This div border color is #70ceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ceaa


Comments

No comments written yet.

Please login to write comment.