Color Hex Logo

#70adfe Color Hex

#70ADFE
(112,173,254)
0 Favorites   0 Comments

Color spaces of #70adfe

RGB 112173254
HSL0.600.990.72
HSV214°56°100°
CMYK 0.560.320.00   0.00
XYZ39.515140.487699.4982
Yxy40.48760.22010.2256
Hunter Lab63.6299-0.5011-48.1710
CIE-Lab69.81543.2801-46.1228

#70adfe color RGB value is (112,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101101 11111110
Octal 160 255 376
Decimal 112 173 254
Hex 70 AD FE

RGB Percentages of Color #70adfe

%20.78
%32.10
%47.12

CMYK Percentages of Color #70adfe

%56
%32
%0
%0

Triadic Colors of #70adfe

#70adfe #fe70ad #adfe70

Analogous Colors of #70adfe

#70adfe #7a70fe #70f4fe

Monochromatic Colors of #70adfe

#70adfe

Complementary Color

#70adfe #fec170

#70adfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70adfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#70adfe Color CSS Codes

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

#70adfe Text Font Color

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

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


#70adfe Background Color

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

This div background color is #70adfe


#70adfe Border Color

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

This div border color is #70adfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70adfe


Comments

No comments written yet.

Please login to write comment.