Color Hex Logo

#70aaff Color Hex

#70AAFF
(112,170,255)
0 Favorites   0 Comments

Color spaces of #70aaff

RGB 112170255
HSL0.601.000.72
HSV216°56°100°
CMYK 0.560.330.00   0.00
XYZ39.106839.4142100.1543
Yxy39.41420.21890.2206
Hunter Lab62.78071.3233-50.6390
CIE-Lab69.05025.2885-47.8677

#70aaff color RGB value is (112,170,255).

#70aaff hex color red value is 112, green value is 170 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #70aaff hue: 0.60 , saturation: 1.00 and the lightness value of 70aaff is 0.72.

The process color (four color CMYK) of #70aaff color hex is 0.56, 0.33, 0.00, 0.00. Web safe color of #70aaff is #6699ff. Color #70aaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101010 11111111
Octal 160 252 377
Decimal 112 170 255
Hex 70 AA FF

RGB Percentages of Color #70aaff

%20.86
%31.66
%47.49

CMYK Percentages of Color #70aaff

%56
%33
%0
%0

Triadic Colors of #70aaff

#70aaff #ff70aa #aaff70

Analogous Colors of #70aaff

#70aaff #7e70ff #70f2ff

Monochromatic Colors of #70aaff

#70aaff

Complementary Color

#70aaff #ffc570

#70aaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70aaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#70aaff Color CSS Codes

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

#70aaff Text Font Color

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

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


#70aaff Background Color

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

This div background color is #70aaff


#70aaff Border Color

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

This div border color is #70aaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70aaff


Comments

No comments written yet.

Please login to write comment.