Color Hex Logo

#70d3ac Color Hex

#70D3AC
(112,211,172)
0 Favorites   0 Comments

Color spaces of #70d3ac

RGB 112211172
HSL0.430.530.63
HSV156°47°83°
CMYK 0.470.000.18   0.17
XYZ37.422853.011847.2896
Yxy53.01180.27170.3849
Hunter Lab72.8092-35.669912.4576
CIE-Lab77.8820-38.195710.4053

#70d3ac color RGB value is (112,211,172).

#70d3ac hex color red value is 112, green value is 211 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #70d3ac hue: 0.43 , saturation: 0.53 and the lightness value of 70d3ac is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11010011 10101100
Octal 160 323 254
Decimal 112 211 172
Hex 70 D3 AC

RGB Percentages of Color #70d3ac

%22.63
%42.63
%34.75

CMYK Percentages of Color #70d3ac

%47
%0
%18
%17

Triadic Colors of #70d3ac

#70d3ac #ac70d3 #d3ac70

Analogous Colors of #70d3ac

#70d3ac #70c9d3 #70d37b

Monochromatic Colors of #70d3ac

#70d3ac

Complementary Color

#70d3ac #d37097

#70d3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70d3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#70d3ac Color CSS Codes

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

#70d3ac Text Font Color

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

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


#70d3ac Background Color

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

This div background color is #70d3ac


#70d3ac Border Color

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

This div border color is #70d3ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,211,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #70d3ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70d3ac


Comments

No comments written yet.

Please login to write comment.