Color Hex Logo

#70aade Color Hex

#70AADE
(112,170,222)
0 Favorites   0 Comments

Color spaces of #70aade

RGB 112170222
HSL0.580.630.65
HSV208°50°87°
CMYK 0.500.230.00   0.13
XYZ34.241637.468174.5346
Yxy37.46810.23410.2562
Hunter Lab61.2112-7.2665-29.3474
CIE-Lab67.6267-4.6853-32.0795

#70aade color RGB value is (112,170,222).

#70aade hex color red value is 112, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #70aade hue: 0.58 , saturation: 0.63 and the lightness value of 70aade is 0.65.

The process color (four color CMYK) of #70aade color hex is 0.50, 0.23, 0.00, 0.13. Web safe color of #70aade is #6699cc. Color #70aade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101010 11011110
Octal 160 252 336
Decimal 112 170 222
Hex 70 AA DE

RGB Percentages of Color #70aade

%22.22
%33.73
%44.05

CMYK Percentages of Color #70aade

%50
%23
%0
%13

Triadic Colors of #70aade

#70aade #de70aa #aade70

Analogous Colors of #70aade

#70aade #7073de #70dedb

Monochromatic Colors of #70aade

#70aade

Complementary Color

#70aade #dea470

#70aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#70aade Color CSS Codes

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

#70aade Text Font Color

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

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


#70aade Background Color

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

This div background color is #70aade


#70aade Border Color

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

This div border color is #70aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70aade


Comments

No comments written yet.

Please login to write comment.