Color Hex Logo

#70abea Color Hex

#70ABEA
(112,171,234)
0 Favorites   0 Comments

Color spaces of #70abea

RGB 112171234
HSL0.590.740.68
HSV211°52°92°
CMYK 0.520.270.00   0.08
XYZ36.096338.511183.3728
Yxy38.51110.22850.2438
Hunter Lab62.0573-4.7739-36.2149
CIE-Lab68.3956-1.6885-37.4623

#70abea color RGB value is (112,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101011 11101010
Octal 160 253 352
Decimal 112 171 234
Hex 70 AB EA

RGB Percentages of Color #70abea

%21.66
%33.08
%45.26

CMYK Percentages of Color #70abea

%52
%27
%0
%8

Triadic Colors of #70abea

#70abea #ea70ab #abea70

Analogous Colors of #70abea

#70abea #7270ea #70e8ea

Monochromatic Colors of #70abea

#70abea

Complementary Color

#70abea #eaaf70

#70abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#70abea Color CSS Codes

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

#70abea Text Font Color

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

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


#70abea Background Color

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

This div background color is #70abea


#70abea Border Color

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

This div border color is #70abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70abea


Comments

No comments written yet.

Please login to write comment.