Color Hex Logo

#70aaba Color Hex

#70AABA
(112,170,186)
0 Favorites   0 Comments

Color spaces of #70aaba

RGB 112170186
HSL0.540.350.58
HSV193°40°73°
CMYK 0.400.090.00   0.27
XYZ29.919735.739451.7758
Yxy35.73940.25480.3043
Hunter Lab59.7824-15.2842-9.5016
CIE-Lab66.3203-14.7005-14.1742

#70aaba color RGB value is (112,170,186).

#70aaba hex color red value is 112, green value is 170 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #70aaba hue: 0.54 , saturation: 0.35 and the lightness value of 70aaba is 0.58.

The process color (four color CMYK) of #70aaba color hex is 0.40, 0.09, 0.00, 0.27. Web safe color of #70aaba is #6699cc. Color #70aaba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101010 10111010
Octal 160 252 272
Decimal 112 170 186
Hex 70 AA BA

RGB Percentages of Color #70aaba

%23.93
%36.32
%39.74

CMYK Percentages of Color #70aaba

%40
%9
%0
%27

Triadic Colors of #70aaba

#70aaba #ba70aa #aaba70

Analogous Colors of #70aaba

#70aaba #7085ba #70baa5

Monochromatic Colors of #70aaba

#70aaba

Complementary Color

#70aaba #ba8070

#70aaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70aaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#70aaba Color CSS Codes

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

#70aaba Text Font Color

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

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


#70aaba Background Color

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

This div background color is #70aaba


#70aaba Border Color

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

This div border color is #70aaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70aaba


Comments

No comments written yet.

Please login to write comment.