Color Hex Logo

#70feda Color Hex

#70FEDA
(112,254,218)
0 Favorites   0 Comments

Color spaces of #70feda

RGB 112254218
HSL0.460.990.72
HSV165°56°100°
CMYK 0.560.000.14   0.00
XYZ54.778879.390378.7664
Yxy79.39030.25730.3728
Hunter Lab89.1012-46.18669.9579
CIE-Lab91.4106-46.87965.6524

#70feda color RGB value is (112,254,218).

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

The process color (four color CMYK) of #70feda color hex is 0.56, 0.00, 0.14, 0.00. Web safe color of #70feda is #66ffcc. Color #70feda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11111110 11011010
Octal 160 376 332
Decimal 112 254 218
Hex 70 FE DA

RGB Percentages of Color #70feda

%19.18
%43.49
%37.33

CMYK Percentages of Color #70feda

%56
%0
%14
%0

Triadic Colors of #70feda

#70feda #da70fe #feda70

Analogous Colors of #70feda

#70feda #70dbfe #70fe93

Monochromatic Colors of #70feda

#70feda

Complementary Color

#70feda #fe7094

#70feda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70feda Color Preview on White Background

Lorem ipsum dolor sit amet.

#70feda Color CSS Codes

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

#70feda Text Font Color

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

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


#70feda Background Color

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

This div background color is #70feda


#70feda Border Color

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

This div border color is #70feda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70feda

Related Colors


Comments

No comments written yet.

Please login to write comment.