Color Hex Logo

#70a9fc Color Hex

#70A9FC
(112,169,252)
0 Favorites   0 Comments

Color spaces of #70a9fc

RGB 112169252
HSL0.600.960.71
HSV216°56°99°
CMYK 0.560.330.00   0.01
XYZ38.440738.849097.5680
Yxy38.84900.21980.2222
Hunter Lab62.32901.0122-49.1806
CIE-Lab68.64174.9258-46.8832

#70a9fc color RGB value is (112,169,252).

#70a9fc hex color red value is 112, green value is 169 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #70a9fc hue: 0.60 , saturation: 0.96 and the lightness value of 70a9fc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101001 11111100
Octal 160 251 374
Decimal 112 169 252
Hex 70 A9 FC

RGB Percentages of Color #70a9fc

%21.01
%31.71
%47.28

CMYK Percentages of Color #70a9fc

%56
%33
%0
%1

Triadic Colors of #70a9fc

#70a9fc #fc70a9 #a9fc70

Analogous Colors of #70a9fc

#70a9fc #7d70fc #70effc

Monochromatic Colors of #70a9fc

#70a9fc

Complementary Color

#70a9fc #fcc370

#70a9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70a9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#70a9fc Color CSS Codes

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

#70a9fc Text Font Color

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

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


#70a9fc Background Color

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

This div background color is #70a9fc


#70a9fc Border Color

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

This div border color is #70a9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70a9fc


Comments

No comments written yet.

Please login to write comment.