Color Hex Logo

#70adff Color Hex

#70ADFF
(112,173,255)
0 Favorites   0 Comments

Color spaces of #70adff

RGB 112173255
HSL0.601.000.72
HSV214°56°100°
CMYK 0.560.320.00   0.00
XYZ39.675740.5519100.3439
Yxy40.55190.21970.2246
Hunter Lab63.6804-0.2272-48.8495
CIE-Lab69.86083.5893-46.5928

#70adff color RGB value is (112,173,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101101 11111111
Octal 160 255 377
Decimal 112 173 255
Hex 70 AD FF

RGB Percentages of Color #70adff

%20.74
%32.04
%47.22

CMYK Percentages of Color #70adff

%56
%32
%0
%0

Triadic Colors of #70adff

#70adff #ff70ad #adff70

Analogous Colors of #70adff

#70adff #7b70ff #70f5ff

Monochromatic Colors of #70adff

#70adff

Complementary Color

#70adff #ffc270

#70adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#70adff Color CSS Codes

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

#70adff Text Font Color

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

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


#70adff Background Color

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

This div background color is #70adff


#70adff Border Color

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

This div border color is #70adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70adff

Related Colors


Comments

No comments written yet.

Please login to write comment.