Color Hex Logo

#70eacc Color Hex

#70EACC
(112,234,204)
0 Favorites   0 Comments

Color spaces of #70eacc

RGB 112234204
HSL0.460.740.68
HSV165°52°92°
CMYK 0.520.000.13   0.08
XYZ47.004066.650067.5141
Yxy66.65000.25940.3679
Hunter Lab81.6395-40.09758.1160
CIE-Lab85.3269-41.35494.1556

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101010 11001100
Octal 160 352 314
Decimal 112 234 204
Hex 70 EA CC

RGB Percentages of Color #70eacc

%20.36
%42.55
%37.09

CMYK Percentages of Color #70eacc

%52
%0
%13
%8

Triadic Colors of #70eacc

#70eacc #cc70ea #eacc70

Analogous Colors of #70eacc

#70eacc #70cbea #70ea8f

Monochromatic Colors of #70eacc

#70eacc

Complementary Color

#70eacc #ea708e

#70eacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70eacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#70eacc Color CSS Codes

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

#70eacc Text Font Color

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

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


#70eacc Background Color

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

This div background color is #70eacc


#70eacc Border Color

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

This div border color is #70eacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70eacc


Comments

No comments written yet.

Please login to write comment.