Color Hex Logo

#70aafa Color Hex

#70AAFA
(112,170,250)
0 Favorites   0 Comments

Color spaces of #70aafa

RGB 112170250
HSL0.600.930.71
HSV215°55°98°
CMYK 0.550.320.00   0.02
XYZ38.312139.096395.9696
Yxy39.09630.22100.2255
Hunter Lab62.5270-0.0503-47.2323
CIE-Lab68.82103.7405-45.5154

#70aafa color RGB value is (112,170,250).

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

The process color (four color CMYK) of #70aafa color hex is 0.55, 0.32, 0.00, 0.02. Web safe color of #70aafa is #6699ff. Color #70aafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101010 11111010
Octal 160 252 372
Decimal 112 170 250
Hex 70 AA FA

RGB Percentages of Color #70aafa

%21.05
%31.95
%46.99

CMYK Percentages of Color #70aafa

%55
%32
%0
%2

Triadic Colors of #70aafa

#70aafa #fa70aa #aafa70

Analogous Colors of #70aafa

#70aafa #7b70fa #70effa

Monochromatic Colors of #70aafa

#70aafa

Complementary Color

#70aafa #fac070

#70aafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70aafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#70aafa Color CSS Codes

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

#70aafa Text Font Color

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

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


#70aafa Background Color

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

This div background color is #70aafa


#70aafa Border Color

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

This div border color is #70aafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70aafa


Comments

No comments written yet.

Please login to write comment.