Color Hex Logo

#70eaea Color Hex

#70EAEA
(112,234,234)
0 Favorites   0 Comments

Color spaces of #70eaea

RGB 112234234
HSL0.500.740.68
HSV180°52°92°
CMYK 0.520.000.00   0.08
XYZ50.956268.230988.3261
Yxy68.23090.24560.3288
Hunter Lab82.6020-34.4389-5.5772
CIE-Lab86.1218-33.9960-10.4541

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101010 11101010
Octal 160 352 352
Decimal 112 234 234
Hex 70 EA EA

RGB Percentages of Color #70eaea

%19.31
%40.34
%40.34

CMYK Percentages of Color #70eaea

%52
%0
%0
%8

Triadic Colors of #70eaea

#70eaea #ea70ea #eaea70

Analogous Colors of #70eaea

#70eaea #70adea #70eaad

Monochromatic Colors of #70eaea

#70eaea

Complementary Color

#70eaea #ea7070

#70eaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70eaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#70eaea Color CSS Codes

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

#70eaea Text Font Color

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

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


#70eaea Background Color

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

This div background color is #70eaea


#70eaea Border Color

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

This div border color is #70eaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70eaea


Comments

No comments written yet.

Please login to write comment.