Color Hex Logo

#70fcae Color Hex

#70FCAE
(112,252,174)
0 Favorites   0 Comments

Color spaces of #70fcae

RGB 112252174
HSL0.410.960.71
HSV147°56°99°
CMYK 0.560.000.31   0.01
XYZ49.132576.121552.1478
Yxy76.12150.27700.4291
Hunter Lab87.2476-52.163125.6358
CIE-Lab89.9157-55.253926.1346

#70fcae color RGB value is (112,252,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11111100 10101110
Octal 160 374 256
Decimal 112 252 174
Hex 70 FC AE

RGB Percentages of Color #70fcae

%20.82
%46.84
%32.34

CMYK Percentages of Color #70fcae

%56
%0
%31
%1

Triadic Colors of #70fcae

#70fcae #ae70fc #fcae70

Analogous Colors of #70fcae

#70fcae #70fcf4 #78fc70

Monochromatic Colors of #70fcae

#70fcae

Complementary Color

#70fcae #fc70be

#70fcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70fcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#70fcae Color CSS Codes

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

#70fcae Text Font Color

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

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


#70fcae Background Color

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

This div background color is #70fcae


#70fcae Border Color

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

This div border color is #70fcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70fcae

Related Colors


Comments

No comments written yet.

Please login to write comment.