Color Hex Logo

#70aacc Color Hex

#70AACC
(112,170,204)
0 Favorites   0 Comments

Color spaces of #70aacc

RGB 112170204
HSL0.560.470.62
HSV202°45°80°
CMYK 0.450.170.00   0.20
XYZ31.955936.553862.4981
Yxy36.55380.24390.2790
Hunter Lab60.4597-11.4586-18.9671
CIE-Lab66.9409-9.8283-23.2116

#70aacc color RGB value is (112,170,204).

#70aacc hex color red value is 112, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #70aacc hue: 0.56 , saturation: 0.47 and the lightness value of 70aacc is 0.62.

The process color (four color CMYK) of #70aacc color hex is 0.45, 0.17, 0.00, 0.20. Web safe color of #70aacc is #6699cc. Color #70aacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101010 11001100
Octal 160 252 314
Decimal 112 170 204
Hex 70 AA CC

RGB Percentages of Color #70aacc

%23.05
%34.98
%41.98

CMYK Percentages of Color #70aacc

%45
%17
%0
%20

Triadic Colors of #70aacc

#70aacc #cc70aa #aacc70

Analogous Colors of #70aacc

#70aacc #707ccc #70ccc0

Monochromatic Colors of #70aacc

#70aacc

Complementary Color

#70aacc #cc9270

#70aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#70aacc Color CSS Codes

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

#70aacc Text Font Color

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

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


#70aacc Background Color

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

This div background color is #70aacc


#70aacc Border Color

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

This div border color is #70aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70aacc


Comments

No comments written yet.

Please login to write comment.