Color Hex Logo

#70aaf7 Color Hex

#70AAF7
(112,170,247)
0 Favorites   0 Comments

Color spaces of #70aaf7

RGB 112170247
HSL0.600.890.70
HSV214°55°97°
CMYK 0.550.310.00   0.03
XYZ37.845338.909693.5113
Yxy38.90960.22230.2285
Hunter Lab62.3776-0.8624-45.2184
CIE-Lab68.68572.8172-44.0971

#70aaf7 color RGB value is (112,170,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101010 11110111
Octal 160 252 367
Decimal 112 170 247
Hex 70 AA F7

RGB Percentages of Color #70aaf7

%21.17
%32.14
%46.69

CMYK Percentages of Color #70aaf7

%55
%31
%0
%3

Triadic Colors of #70aaf7

#70aaf7 #f770aa #aaf770

Analogous Colors of #70aaf7

#70aaf7 #7a70f7 #70eef7

Monochromatic Colors of #70aaf7

#70aaf7

Complementary Color

#70aaf7 #f7bd70

#70aaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70aaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70aaf7 Color CSS Codes

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

#70aaf7 Text Font Color

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

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


#70aaf7 Background Color

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

This div background color is #70aaf7


#70aaf7 Border Color

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

This div border color is #70aaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70aaf7

Related Colors


Comments

No comments written yet.

Please login to write comment.