Color Hex Logo

#70c49c Color Hex

#70C49C
(112,196,156)
0 Favorites   0 Comments

Color spaces of #70c49c

RGB 112196156
HSL0.420.420.60
HSV151°43°77°
CMYK 0.430.000.20   0.23
XYZ32.422845.324938.4922
Yxy45.32490.27890.3899
Hunter Lab67.3238-31.851913.2277
CIE-Lab73.1053-34.713912.2131

#70c49c color RGB value is (112,196,156).

#70c49c hex color red value is 112, green value is 196 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #70c49c hue: 0.42 , saturation: 0.42 and the lightness value of 70c49c is 0.60.

The process color (four color CMYK) of #70c49c color hex is 0.43, 0.00, 0.20, 0.23. Web safe color of #70c49c is #66cc99. Color #70c49c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11000100 10011100
Octal 160 304 234
Decimal 112 196 156
Hex 70 C4 9C

RGB Percentages of Color #70c49c

%24.14
%42.24
%33.62

CMYK Percentages of Color #70c49c

%43
%0
%20
%23

Triadic Colors of #70c49c

#70c49c #9c70c4 #c49c70

Analogous Colors of #70c49c

#70c49c #70c2c4 #70c472

Monochromatic Colors of #70c49c

#70c49c

Complementary Color

#70c49c #c47098

#70c49c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70c49c Color Preview on White Background

Lorem ipsum dolor sit amet.

#70c49c Color CSS Codes

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

#70c49c Text Font Color

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

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


#70c49c Background Color

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

This div background color is #70c49c


#70c49c Border Color

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

This div border color is #70c49c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70c49c


Comments

No comments written yet.

Please login to write comment.