Color Hex Logo

#70abaf Color Hex

#70ABAF
(112,171,175)
0 Favorites   0 Comments

Color spaces of #70abaf

RGB 112171175
HSL0.510.280.56
HSV184°36°69°
CMYK 0.360.020.00   0.31
XYZ28.982935.665745.9141
Yxy35.66570.26210.3226
Hunter Lab59.7208-17.8841-3.7784
CIE-Lab66.2637-18.0440-8.1433

#70abaf color RGB value is (112,171,175).

#70abaf hex color red value is 112, green value is 171 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #70abaf hue: 0.51 , saturation: 0.28 and the lightness value of 70abaf is 0.56.

The process color (four color CMYK) of #70abaf color hex is 0.36, 0.02, 0.00, 0.31. Web safe color of #70abaf is #669999. Color #70abaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101011 10101111
Octal 160 253 257
Decimal 112 171 175
Hex 70 AB AF

RGB Percentages of Color #70abaf

%24.45
%37.34
%38.21

CMYK Percentages of Color #70abaf

%36
%2
%0
%31

Triadic Colors of #70abaf

#70abaf #af70ab #abaf70

Analogous Colors of #70abaf

#70abaf #708caf #70af94

Monochromatic Colors of #70abaf

#70abaf

Complementary Color

#70abaf #af7470

#70abaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70abaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#70abaf Color CSS Codes

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

#70abaf Text Font Color

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

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


#70abaf Background Color

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

This div background color is #70abaf


#70abaf Border Color

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

This div border color is #70abaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70abaf

#70abaf Color Palettes


Comments

No comments written yet.

Please login to write comment.