Color Hex Logo

#70edde Color Hex

#70EDDE
(112,237,222)
0 Favorites   0 Comments

Color spaces of #70edde

RGB 112237222
HSL0.480.780.68
HSV173°53°93°
CMYK 0.530.000.06   0.07
XYZ50.151169.287079.8377
Yxy69.28700.25170.3477
Hunter Lab83.2388-38.12231.3997
CIE-Lab86.6460-38.4061-3.3727

#70edde color RGB value is (112,237,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101101 11011110
Octal 160 355 336
Decimal 112 237 222
Hex 70 ED DE

RGB Percentages of Color #70edde

%19.61
%41.51
%38.88

CMYK Percentages of Color #70edde

%53
%0
%6
%7

Triadic Colors of #70edde

#70edde #de70ed #edde70

Analogous Colors of #70edde

#70edde #70beed #70eda0

Monochromatic Colors of #70edde

#70edde

Complementary Color

#70edde #ed707f

#70edde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70edde Color Preview on White Background

Lorem ipsum dolor sit amet.

#70edde Color CSS Codes

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

#70edde Text Font Color

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

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


#70edde Background Color

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

This div background color is #70edde


#70edde Border Color

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

This div border color is #70edde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70edde


Comments

No comments written yet.

Please login to write comment.