Color Hex Logo

#70aada Color Hex

#70AADA
(112,170,218)
0 Favorites   0 Comments

Color spaces of #70aada

RGB 112170218
HSL0.580.590.65
HSV207°49°85°
CMYK 0.490.220.00   0.15
XYZ33.711737.256271.7440
Yxy37.25620.23620.2611
Hunter Lab61.0379-8.2293-26.9631
CIE-Lab67.4688-5.8493-30.1240

#70aada color RGB value is (112,170,218).

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

The process color (four color CMYK) of #70aada color hex is 0.49, 0.22, 0.00, 0.15. Web safe color of #70aada is #6699cc. Color #70aada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101010 11011010
Octal 160 252 332
Decimal 112 170 218
Hex 70 AA DA

RGB Percentages of Color #70aada

%22.40
%34.00
%43.60

CMYK Percentages of Color #70aada

%49
%22
%0
%15

Triadic Colors of #70aada

#70aada #da70aa #aada70

Analogous Colors of #70aada

#70aada #7075da #70dad5

Monochromatic Colors of #70aada

#70aada

Complementary Color

#70aada #daa070

#70aada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70aada Color Preview on White Background

Lorem ipsum dolor sit amet.

#70aada Color CSS Codes

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

#70aada Text Font Color

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

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


#70aada Background Color

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

This div background color is #70aada


#70aada Border Color

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

This div border color is #70aada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70aada


Comments

No comments written yet.

Please login to write comment.