Color Hex Logo

#70ecdc Color Hex

#70ECDC
(112,236,220)
0 Favorites   0 Comments

Color spaces of #70ecdc

RGB 112236220
HSL0.480.770.68
HSV172°53°93°
CMYK 0.530.000.07   0.07
XYZ49.595868.603078.3379
Yxy68.60300.25230.3491
Hunter Lab82.8269-38.06341.9022
CIE-Lab86.3071-38.4421-2.8206

#70ecdc color RGB value is (112,236,220).

#70ecdc hex color red value is 112, green value is 236 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #70ecdc hue: 0.48 , saturation: 0.77 and the lightness value of 70ecdc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101100 11011100
Octal 160 354 334
Decimal 112 236 220
Hex 70 EC DC

RGB Percentages of Color #70ecdc

%19.72
%41.55
%38.73

CMYK Percentages of Color #70ecdc

%53
%0
%7
%7

Triadic Colors of #70ecdc

#70ecdc #dc70ec #ecdc70

Analogous Colors of #70ecdc

#70ecdc #70beec #70ec9e

Monochromatic Colors of #70ecdc

#70ecdc

Complementary Color

#70ecdc #ec7080

#70ecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ecdc Color CSS Codes

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

#70ecdc Text Font Color

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

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


#70ecdc Background Color

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

This div background color is #70ecdc


#70ecdc Border Color

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

This div border color is #70ecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ecdc


Comments

No comments written yet.

Please login to write comment.