Color Hex Logo

#70fadc Color Hex

#70FADC
(112,250,220)
0 Favorites   0 Comments

Color spaces of #70fadc

RGB 112250220
HSL0.460.930.71
HSV167°55°98°
CMYK 0.550.000.12   0.02
XYZ53.786076.983379.7346
Yxy76.98330.25550.3657
Hunter Lab87.7401-44.12217.5378
CIE-Lab90.3139-44.68173.0290

#70fadc color RGB value is (112,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11111010 11011100
Octal 160 372 334
Decimal 112 250 220
Hex 70 FA DC

RGB Percentages of Color #70fadc

%19.24
%42.96
%37.80

CMYK Percentages of Color #70fadc

%55
%0
%12
%2

Triadic Colors of #70fadc

#70fadc #dc70fa #fadc70

Analogous Colors of #70fadc

#70fadc #70d3fa #70fa97

Monochromatic Colors of #70fadc

#70fadc

Complementary Color

#70fadc #fa708e

#70fadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70fadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#70fadc Color CSS Codes

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

#70fadc Text Font Color

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

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


#70fadc Background Color

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

This div background color is #70fadc


#70fadc Border Color

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

This div border color is #70fadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70fadc


Comments

No comments written yet.

Please login to write comment.