Color Hex Logo

#70aaeb Color Hex

#70AAEB
(112,170,235)
0 Favorites   0 Comments

Color spaces of #70aaeb

RGB 112170235
HSL0.590.750.68
HSV212°52°92°
CMYK 0.520.280.00   0.08
XYZ36.052238.192484.0690
Yxy38.19240.22770.2412
Hunter Lab61.8000-4.0186-37.3945
CIE-Lab68.1622-0.8298-38.3727

#70aaeb color RGB value is (112,170,235).

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

The process color (four color CMYK) of #70aaeb color hex is 0.52, 0.28, 0.00, 0.08. Web safe color of #70aaeb is #6699ff. Color #70aaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101010 11101011
Octal 160 252 353
Decimal 112 170 235
Hex 70 AA EB

RGB Percentages of Color #70aaeb

%21.66
%32.88
%45.45

CMYK Percentages of Color #70aaeb

%52
%28
%0
%8

Triadic Colors of #70aaeb

#70aaeb #eb70aa #aaeb70

Analogous Colors of #70aaeb

#70aaeb #7470eb #70e8eb

Monochromatic Colors of #70aaeb

#70aaeb

Complementary Color

#70aaeb #ebb170

#70aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#70aaeb Color CSS Codes

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

#70aaeb Text Font Color

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

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


#70aaeb Background Color

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

This div background color is #70aaeb


#70aaeb Border Color

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

This div border color is #70aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70aaeb


Comments

No comments written yet.

Please login to write comment.