Color Hex Logo

#70eec4 Color Hex

#70EEC4
(112,238,196)
0 Favorites   0 Comments

Color spaces of #70eec4

RGB 112238196
HSL0.440.790.69
HSV160°53°93°
CMYK 0.530.000.18   0.07
XYZ47.220468.579362.9729
Yxy68.57930.26410.3836
Hunter Lab82.8126-43.140012.8832
CIE-Lab86.2953-44.92329.7381

#70eec4 color RGB value is (112,238,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11101110 11000100
Octal 160 356 304
Decimal 112 238 196
Hex 70 EE C4

RGB Percentages of Color #70eec4

%20.51
%43.59
%35.90

CMYK Percentages of Color #70eec4

%53
%0
%18
%7

Triadic Colors of #70eec4

#70eec4 #c470ee #eec470

Analogous Colors of #70eec4

#70eec4 #70d9ee #70ee85

Monochromatic Colors of #70eec4

#70eec4

Complementary Color

#70eec4 #ee709a

#70eec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70eec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70eec4 Color CSS Codes

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

#70eec4 Text Font Color

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

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


#70eec4 Background Color

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

This div background color is #70eec4


#70eec4 Border Color

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

This div border color is #70eec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70eec4


Comments

No comments written yet.

Please login to write comment.