Color Hex Logo

#70aba3 Color Hex

#70ABA3
(112,171,163)
0 Favorites   0 Comments

Color spaces of #70aba3

RGB 112171163
HSL0.480.260.55
HSV172°35°67°
CMYK 0.350.000.05   0.33
XYZ27.855935.214939.9793
Yxy35.21490.27030.3417
Hunter Lab59.3421-20.05881.5953
CIE-Lab65.9156-20.9637-1.9811

#70aba3 color RGB value is (112,171,163).

#70aba3 hex color red value is 112, green value is 171 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #70aba3 hue: 0.48 , saturation: 0.26 and the lightness value of 70aba3 is 0.55.

The process color (four color CMYK) of #70aba3 color hex is 0.35, 0.00, 0.05, 0.33. Web safe color of #70aba3 is #669999. Color #70aba3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101011 10100011
Octal 160 253 243
Decimal 112 171 163
Hex 70 AB A3

RGB Percentages of Color #70aba3

%25.11
%38.34
%36.55

CMYK Percentages of Color #70aba3

%35
%0
%5
%33

Triadic Colors of #70aba3

#70aba3 #a370ab #aba370

Analogous Colors of #70aba3

#70aba3 #7096ab #70ab86

Monochromatic Colors of #70aba3

#70aba3

Complementary Color

#70aba3 #ab7078

#70aba3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70aba3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70aba3 Color CSS Codes

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

#70aba3 Text Font Color

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

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


#70aba3 Background Color

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

This div background color is #70aba3


#70aba3 Border Color

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

This div border color is #70aba3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70aba3


Comments

No comments written yet.

Please login to write comment.