Color Hex Logo

#70fca9 Color Hex

#70FCA9
(112,252,169)
0 Favorites   0 Comments

Color spaces of #70fca9

RGB 112252169
HSL0.400.960.71
HSV144°56°99°
CMYK 0.560.000.33   0.01
XYZ48.653975.930149.6278
Yxy75.93010.27930.4358
Hunter Lab87.1379-52.824927.2290
CIE-Lab89.8269-56.178228.5437

#70fca9 color RGB value is (112,252,169).

#70fca9 hex color red value is 112, green value is 252 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #70fca9 hue: 0.40 , saturation: 0.96 and the lightness value of 70fca9 is 0.71.

The process color (four color CMYK) of #70fca9 color hex is 0.56, 0.00, 0.33, 0.01. Web safe color of #70fca9 is #66ff99. Color #70fca9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11111100 10101001
Octal 160 374 251
Decimal 112 252 169
Hex 70 FC A9

RGB Percentages of Color #70fca9

%21.01
%47.28
%31.71

CMYK Percentages of Color #70fca9

%56
%0
%33
%1

Triadic Colors of #70fca9

#70fca9 #a970fc #fca970

Analogous Colors of #70fca9

#70fca9 #70fcef #7dfc70

Monochromatic Colors of #70fca9

#70fca9

Complementary Color

#70fca9 #fc70c3

#70fca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70fca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70fca9 Color CSS Codes

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

#70fca9 Text Font Color

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

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


#70fca9 Background Color

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

This div background color is #70fca9


#70fca9 Border Color

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

This div border color is #70fca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70fca9


Comments

No comments written yet.

Please login to write comment.