Color Hex Logo

#70efdd Color Hex

#70EFDD
(112,239,221)
0 Favorites   0 Comments

Color spaces of #70efdd

RGB 112239221
HSL0.480.800.69
HSV171°53°94°
CMYK 0.530.000.08   0.06
XYZ50.599770.398279.3279
Yxy70.39820.25260.3514
Hunter Lab83.9036-39.18352.6760
CIE-Lab87.1918-39.5576-2.0470

#70efdd color RGB value is (112,239,221).

#70efdd hex color red value is 112, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #70efdd hue: 0.48 , saturation: 0.80 and the lightness value of 70efdd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101111 11011101
Octal 160 357 335
Decimal 112 239 221
Hex 70 EF DD

RGB Percentages of Color #70efdd

%19.58
%41.78
%38.64

CMYK Percentages of Color #70efdd

%53
%0
%8
%6

Triadic Colors of #70efdd

#70efdd #dd70ef #efdd70

Analogous Colors of #70efdd

#70efdd #70c2ef #70ef9e

Monochromatic Colors of #70efdd

#70efdd

Complementary Color

#70efdd #ef7082

#70efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#70efdd Color CSS Codes

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

#70efdd Text Font Color

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

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


#70efdd Background Color

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

This div background color is #70efdd


#70efdd Border Color

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

This div border color is #70efdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70efdd


Comments

No comments written yet.

Please login to write comment.