Color Hex Logo

#70acc1 Color Hex

#70ACC1
(112,172,193)
0 Favorites   0 Comments

Color spaces of #70acc1

RGB 112172193
HSL0.540.400.60
HSV196°42°76°
CMYK 0.420.110.00   0.24
XYZ31.060336.800055.9181
Yxy36.80000.25090.2973
Hunter Lab60.6630-14.7658-12.1884
CIE-Lab67.1267-13.9080-16.8406

#70acc1 color RGB value is (112,172,193).

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

The process color (four color CMYK) of #70acc1 color hex is 0.42, 0.11, 0.00, 0.24. Web safe color of #70acc1 is #6699cc. Color #70acc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101100 11000001
Octal 160 254 301
Decimal 112 172 193
Hex 70 AC C1

RGB Percentages of Color #70acc1

%23.48
%36.06
%40.46

CMYK Percentages of Color #70acc1

%42
%11
%0
%24

Triadic Colors of #70acc1

#70acc1 #c170ac #acc170

Analogous Colors of #70acc1

#70acc1 #7084c1 #70c1ae

Monochromatic Colors of #70acc1

#70acc1

Complementary Color

#70acc1 #c18570

#70acc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70acc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70acc1 Color CSS Codes

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

#70acc1 Text Font Color

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

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


#70acc1 Background Color

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

This div background color is #70acc1


#70acc1 Border Color

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

This div border color is #70acc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70acc1


Comments

No comments written yet.

Please login to write comment.