Color Hex Logo

#70eace Color Hex

#70EACE
(112,234,206)
0 Favorites   0 Comments

Color spaces of #70eace

RGB 112234206
HSL0.460.740.68
HSV166°52°92°
CMYK 0.520.000.12   0.08
XYZ47.245566.746668.7858
Yxy66.74660.25850.3652
Hunter Lab81.6986-39.74777.2700
CIE-Lab85.3758-40.88983.1758

#70eace color RGB value is (112,234,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101010 11001110
Octal 160 352 316
Decimal 112 234 206
Hex 70 EA CE

RGB Percentages of Color #70eace

%20.29
%42.39
%37.32

CMYK Percentages of Color #70eace

%52
%0
%12
%8

Triadic Colors of #70eace

#70eace #ce70ea #eace70

Analogous Colors of #70eace

#70eace #70c9ea #70ea91

Monochromatic Colors of #70eace

#70eace

Complementary Color

#70eace #ea708c

#70eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#70eace Color CSS Codes

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

#70eace Text Font Color

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

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


#70eace Background Color

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

This div background color is #70eace


#70eace Border Color

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

This div border color is #70eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70eace


Comments

No comments written yet.

Please login to write comment.