Color Hex Logo

#70acfa Color Hex

#70ACFA
(112,172,250)
0 Favorites   0 Comments

Color spaces of #70acfa

RGB 112172250
HSL0.590.930.71
HSV214°55°98°
CMYK 0.550.310.00   0.02
XYZ38.689939.851996.0955
Yxy39.85190.22150.2282
Hunter Lab63.1284-1.0761-46.0628
CIE-Lab69.36392.6103-44.6631

#70acfa color RGB value is (112,172,250).

#70acfa hex color red value is 112, green value is 172 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #70acfa hue: 0.59 , saturation: 0.93 and the lightness value of 70acfa is 0.71.

The process color (four color CMYK) of #70acfa color hex is 0.55, 0.31, 0.00, 0.02. Web safe color of #70acfa is #6699ff. Color #70acfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101100 11111010
Octal 160 254 372
Decimal 112 172 250
Hex 70 AC FA

RGB Percentages of Color #70acfa

%20.97
%32.21
%46.82

CMYK Percentages of Color #70acfa

%55
%31
%0
%2

Triadic Colors of #70acfa

#70acfa #fa70ac #acfa70

Analogous Colors of #70acfa

#70acfa #7970fa #70f1fa

Monochromatic Colors of #70acfa

#70acfa

Complementary Color

#70acfa #fabe70

#70acfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70acfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#70acfa Color CSS Codes

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

#70acfa Text Font Color

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

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


#70acfa Background Color

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

This div background color is #70acfa


#70acfa Border Color

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

This div border color is #70acfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70acfa


Comments

No comments written yet.

Please login to write comment.