Color Hex Logo

#70edcd Color Hex

#70EDCD
(112,237,205)
0 Favorites   0 Comments

Color spaces of #70edcd

RGB 112237205
HSL0.460.780.68
HSV165°53°93°
CMYK 0.530.000.14   0.07
XYZ47.985768.420968.4350
Yxy68.42090.25960.3702
Hunter Lab82.7169-41.20338.8489
CIE-Lab86.2165-42.45564.9174

#70edcd color RGB value is (112,237,205).

#70edcd hex color red value is 112, green value is 237 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #70edcd hue: 0.46 , saturation: 0.78 and the lightness value of 70edcd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101101 11001101
Octal 160 355 315
Decimal 112 237 205
Hex 70 ED CD

RGB Percentages of Color #70edcd

%20.22
%42.78
%37.00

CMYK Percentages of Color #70edcd

%53
%0
%14
%7

Triadic Colors of #70edcd

#70edcd #cd70ed #edcd70

Analogous Colors of #70edcd

#70edcd #70cfed #70ed8f

Monochromatic Colors of #70edcd

#70edcd

Complementary Color

#70edcd #ed7090

#70edcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70edcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#70edcd Color CSS Codes

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

#70edcd Text Font Color

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

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


#70edcd Background Color

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

This div background color is #70edcd


#70edcd Border Color

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

This div border color is #70edcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70edcd


Comments

No comments written yet.

Please login to write comment.