Color Hex Logo

#70fedf Color Hex

#70FEDF
(112,254,223)
0 Favorites   0 Comments

Color spaces of #70fedf

RGB 112254223
HSL0.460.990.72
HSV167°56°100°
CMYK 0.560.000.12   0.00
XYZ55.443279.656182.2650
Yxy79.65610.25510.3665
Hunter Lab89.2503-45.30197.8256
CIE-Lab91.5303-45.72023.2391

#70fedf color RGB value is (112,254,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11111110 11011111
Octal 160 376 337
Decimal 112 254 223
Hex 70 FE DF

RGB Percentages of Color #70fedf

%19.02
%43.12
%37.86

CMYK Percentages of Color #70fedf

%56
%0
%12
%0

Triadic Colors of #70fedf

#70fedf #df70fe #fedf70

Analogous Colors of #70fedf

#70fedf #70d6fe #70fe98

Monochromatic Colors of #70fedf

#70fedf

Complementary Color

#70fedf #fe708f

#70fedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70fedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#70fedf Color CSS Codes

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

#70fedf Text Font Color

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

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


#70fedf Background Color

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

This div background color is #70fedf


#70fedf Border Color

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

This div border color is #70fedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70fedf


Comments

No comments written yet.

Please login to write comment.