Color Hex Logo

#70afff Color Hex

#70AFFF
(112,175,255)
0 Favorites   0 Comments

Color spaces of #70afff

RGB 112175255
HSL0.591.000.72
HSV214°56°100°
CMYK 0.560.310.00   0.00
XYZ40.062141.3247100.4727
Yxy41.32470.22030.2272
Hunter Lab64.2843-1.2559-47.6679
CIE-Lab70.40282.4623-45.7416

#70afff color RGB value is (112,175,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101111 11111111
Octal 160 257 377
Decimal 112 175 255
Hex 70 AF FF

RGB Percentages of Color #70afff

%20.66
%32.29
%47.05

CMYK Percentages of Color #70afff

%56
%31
%0
%0

Triadic Colors of #70afff

#70afff #ff70af #afff70

Analogous Colors of #70afff

#70afff #7970ff #70f7ff

Monochromatic Colors of #70afff

#70afff

Complementary Color

#70afff #ffc070

#70afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#70afff Color CSS Codes

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

#70afff Text Font Color

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

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


#70afff Background Color

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

This div background color is #70afff


#70afff Border Color

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

This div border color is #70afff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,175,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 #70afff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70afff


Comments

No comments written yet.

Please login to write comment.