Color Hex Logo

#70e49a Color Hex

#70E49A
(112,228,154)
0 Favorites   0 Comments

Color spaces of #70e49a

RGB 112228154
HSL0.390.680.67
HSV142°51°89°
CMYK 0.510.000.32   0.11
XYZ40.258261.264640.2753
Yxy61.26460.28390.4321
Hunter Lab78.2717-45.166024.2821
CIE-Lab82.5208-49.159726.2959

#70e49a color RGB value is (112,228,154).

#70e49a hex color red value is 112, green value is 228 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #70e49a hue: 0.39 , saturation: 0.68 and the lightness value of 70e49a is 0.67.

The process color (four color CMYK) of #70e49a color hex is 0.51, 0.00, 0.32, 0.11. Web safe color of #70e49a is #66cc99. Color #70e49a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11100100 10011010
Octal 160 344 232
Decimal 112 228 154
Hex 70 E4 9A

RGB Percentages of Color #70e49a

%22.67
%46.15
%31.17

CMYK Percentages of Color #70e49a

%51
%0
%32
%11

Triadic Colors of #70e49a

#70e49a #9a70e4 #e49a70

Analogous Colors of #70e49a

#70e49a #70e4d4 #80e470

Monochromatic Colors of #70e49a

#70e49a

Complementary Color

#70e49a #e470ba

#70e49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70e49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#70e49a Color CSS Codes

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

#70e49a Text Font Color

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

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


#70e49a Background Color

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

This div background color is #70e49a


#70e49a Border Color

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

This div border color is #70e49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70e49a


Comments

No comments written yet.

Please login to write comment.