Color Hex Logo

#70fae0 Color Hex

#70FAE0
(112,250,224)
0 Favorites   0 Comments

Color spaces of #70fae0

RGB 112250224
HSL0.470.930.71
HSV169°55°98°
CMYK 0.550.000.10   0.02
XYZ54.322277.197882.5586
Yxy77.19780.25370.3606
Hunter Lab87.8623-43.39865.7925
CIE-Lab90.4126-43.73711.0955

#70fae0 color RGB value is (112,250,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11111010 11100000
Octal 160 372 340
Decimal 112 250 224
Hex 70 FA E0

RGB Percentages of Color #70fae0

%19.11
%42.66
%38.23

CMYK Percentages of Color #70fae0

%55
%0
%10
%2

Triadic Colors of #70fae0

#70fae0 #e070fa #fae070

Analogous Colors of #70fae0

#70fae0 #70cffa #70fa9b

Monochromatic Colors of #70fae0

#70fae0

Complementary Color

#70fae0 #fa708a

#70fae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70fae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70fae0 Color CSS Codes

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

#70fae0 Text Font Color

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

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


#70fae0 Background Color

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

This div background color is #70fae0


#70fae0 Border Color

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

This div border color is #70fae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70fae0

Related Colors


Comments

No comments written yet.

Please login to write comment.