Color Hex Logo

#70eedd Color Hex

#70EEDD
(112,238,221)
0 Favorites   0 Comments

Color spaces of #70eedd

RGB 112238221
HSL0.480.790.69
HSV172°53°93°
CMYK 0.530.000.07   0.07
XYZ50.307869.814379.2306
Yxy69.81430.25240.3502
Hunter Lab83.5550-38.74772.2670
CIE-Lab86.9057-39.1052-2.4666

#70eedd color RGB value is (112,238,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101110 11011101
Octal 160 356 335
Decimal 112 238 221
Hex 70 EE DD

RGB Percentages of Color #70eedd

%19.61
%41.68
%38.70

CMYK Percentages of Color #70eedd

%53
%0
%7
%7

Triadic Colors of #70eedd

#70eedd #dd70ee #eedd70

Analogous Colors of #70eedd

#70eedd #70c0ee #70ee9e

Monochromatic Colors of #70eedd

#70eedd

Complementary Color

#70eedd #ee7081

#70eedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70eedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#70eedd Color CSS Codes

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

#70eedd Text Font Color

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

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


#70eedd Background Color

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

This div background color is #70eedd


#70eedd Border Color

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

This div border color is #70eedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,238,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 #70eedd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70eedd


Comments

No comments written yet.

Please login to write comment.