Color Hex Logo

#70aafd Color Hex

#70AAFD
(112,170,253)
0 Favorites   0 Comments

Color spaces of #70aafd

RGB 112170253
HSL0.600.970.72
HSV215°56°99°
CMYK 0.560.330.00   0.01
XYZ38.786439.286098.4672
Yxy39.28600.21970.2225
Hunter Lab62.67850.7710-49.2689
CIE-Lab68.95794.6680-46.9285

#70aafd color RGB value is (112,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101010 11111101
Octal 160 252 375
Decimal 112 170 253
Hex 70 AA FD

RGB Percentages of Color #70aafd

%20.93
%31.78
%47.29

CMYK Percentages of Color #70aafd

%56
%33
%0
%1

Triadic Colors of #70aafd

#70aafd #fd70aa #aafd70

Analogous Colors of #70aafd

#70aafd #7d70fd #70f1fd

Monochromatic Colors of #70aafd

#70aafd

Complementary Color

#70aafd #fdc370

#70aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#70aafd Color CSS Codes

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

#70aafd Text Font Color

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

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


#70aafd Background Color

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

This div background color is #70aafd


#70aafd Border Color

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

This div border color is #70aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70aafd


Comments

No comments written yet.

Please login to write comment.