Color Hex Logo

#70edcf Color Hex

#70EDCF
(112,237,207)
0 Favorites   0 Comments

Color spaces of #70edcf

RGB 112237207
HSL0.460.780.68
HSV166°53°93°
CMYK 0.530.000.13   0.07
XYZ48.228868.518169.7149
Yxy68.51810.25870.3675
Hunter Lab82.7757-40.85538.0080
CIE-Lab86.2649-41.99293.9394

#70edcf color RGB value is (112,237,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101101 11001111
Octal 160 355 317
Decimal 112 237 207
Hex 70 ED CF

RGB Percentages of Color #70edcf

%20.14
%42.63
%37.23

CMYK Percentages of Color #70edcf

%53
%0
%13
%7

Triadic Colors of #70edcf

#70edcf #cf70ed #edcf70

Analogous Colors of #70edcf

#70edcf #70cded #70ed91

Monochromatic Colors of #70edcf

#70edcf

Complementary Color

#70edcf #ed708e

#70edcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70edcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#70edcf Color CSS Codes

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

#70edcf Text Font Color

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

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


#70edcf Background Color

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

This div background color is #70edcf


#70edcf Border Color

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

This div border color is #70edcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70edcf


Comments

No comments written yet.

Please login to write comment.