Color Hex Logo

#70faf6 Color Hex

#70FAF6
(112,250,246)
0 Favorites   0 Comments

Color spaces of #70faf6

RGB 112250246
HSL0.500.930.71
HSV178°55°98°
CMYK 0.550.000.02   0.02
XYZ57.502378.469899.3043
Yxy78.46980.24440.3335
Hunter Lab88.5832-39.1503-4.4576
CIE-Lab90.9939-38.2987-9.4821

#70faf6 color RGB value is (112,250,246).

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

The process color (four color CMYK) of #70faf6 color hex is 0.55, 0.00, 0.02, 0.02. Web safe color of #70faf6 is #66ffff. Color #70faf6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11111010 11110110
Octal 160 372 366
Decimal 112 250 246
Hex 70 FA F6

RGB Percentages of Color #70faf6

%18.42
%41.12
%40.46

CMYK Percentages of Color #70faf6

%55
%0
%2
%2

Triadic Colors of #70faf6

#70faf6 #f670fa #faf670

Analogous Colors of #70faf6

#70faf6 #70b9fa #70fab1

Monochromatic Colors of #70faf6

#70faf6

Complementary Color

#70faf6 #fa7074

#70faf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70faf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70faf6 Color CSS Codes

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

#70faf6 Text Font Color

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

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


#70faf6 Background Color

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

This div background color is #70faf6


#70faf6 Border Color

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

This div border color is #70faf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70faf6

Related Colors


Comments

No comments written yet.

Please login to write comment.