Color Hex Logo

#70aab4 Color Hex

#70AAB4
(112,170,180)
0 Favorites   0 Comments

Color spaces of #70aab4

RGB 112170180
HSL0.520.310.57
HSV189°38°71°
CMYK 0.380.060.00   0.29
XYZ29.295035.489548.4862
Yxy35.48950.25860.3133
Hunter Lab59.5731-16.4757-6.5547
CIE-Lab66.1280-16.2555-11.1271

#70aab4 color RGB value is (112,170,180).

#70aab4 hex color red value is 112, green value is 170 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #70aab4 hue: 0.52 , saturation: 0.31 and the lightness value of 70aab4 is 0.57.

The process color (four color CMYK) of #70aab4 color hex is 0.38, 0.06, 0.00, 0.29. Web safe color of #70aab4 is #6699cc. Color #70aab4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101010 10110100
Octal 160 252 264
Decimal 112 170 180
Hex 70 AA B4

RGB Percentages of Color #70aab4

%24.24
%36.80
%38.96

CMYK Percentages of Color #70aab4

%38
%6
%0
%29

Triadic Colors of #70aab4

#70aab4 #b470aa #aab470

Analogous Colors of #70aab4

#70aab4 #7088b4 #70b49c

Monochromatic Colors of #70aab4

#70aab4

Complementary Color

#70aab4 #b47a70

#70aab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70aab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70aab4 Color CSS Codes

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

#70aab4 Text Font Color

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

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


#70aab4 Background Color

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

This div background color is #70aab4


#70aab4 Border Color

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

This div border color is #70aab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70aab4


Comments

No comments written yet.

Please login to write comment.