Color Hex Logo

#70acff Color Hex

#70ACFF
(112,172,255)
0 Favorites   0 Comments

Color spaces of #70acff

RGB 112172255
HSL0.601.000.72
HSV215°56°100°
CMYK 0.560.330.00   0.00
XYZ39.484640.1698100.2802
Yxy40.16980.21940.2232
Hunter Lab63.37960.2885-49.4437
CIE-Lab69.59034.1544-47.0181

#70acff color RGB value is (112,172,255).

#70acff hex color red value is 112, green value is 172 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #70acff hue: 0.60 , saturation: 1.00 and the lightness value of 70acff is 0.72.

The process color (four color CMYK) of #70acff color hex is 0.56, 0.33, 0.00, 0.00. Web safe color of #70acff is #6699ff. Color #70acff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101100 11111111
Octal 160 254 377
Decimal 112 172 255
Hex 70 AC FF

RGB Percentages of Color #70acff

%20.78
%31.91
%47.31

CMYK Percentages of Color #70acff

%56
%33
%0
%0

Triadic Colors of #70acff

#70acff #ff70ac #acff70

Analogous Colors of #70acff

#70acff #7c70ff #70f4ff

Monochromatic Colors of #70acff

#70acff

Complementary Color

#70acff #ffc370

#70acff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70acff Color Preview on White Background

Lorem ipsum dolor sit amet.

#70acff Color CSS Codes

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

#70acff Text Font Color

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

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


#70acff Background Color

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

This div background color is #70acff


#70acff Border Color

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

This div border color is #70acff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70acff


Comments

No comments written yet.

Please login to write comment.