Color Hex Logo

#70cfab Color Hex

#70CFAB
(112,207,171)
0 Favorites   0 Comments

Color spaces of #70cfab

RGB 112207171
HSL0.440.500.63
HSV157°46°81°
CMYK 0.460.000.17   0.19
XYZ36.345651.010746.4585
Yxy51.01070.27160.3812
Hunter Lab71.4218-34.151811.4282
CIE-Lab76.6855-36.58909.2349

#70cfab color RGB value is (112,207,171).

#70cfab hex color red value is 112, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #70cfab hue: 0.44 , saturation: 0.50 and the lightness value of 70cfab is 0.63.

The process color (four color CMYK) of #70cfab color hex is 0.46, 0.00, 0.17, 0.19. Web safe color of #70cfab is #66cc99. Color #70cfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001111 10101011
Octal 160 317 253
Decimal 112 207 171
Hex 70 CF AB

RGB Percentages of Color #70cfab

%22.86
%42.24
%34.90

CMYK Percentages of Color #70cfab

%46
%0
%17
%19

Triadic Colors of #70cfab

#70cfab #ab70cf #cfab70

Analogous Colors of #70cfab

#70cfab #70c4cf #70cf7c

Monochromatic Colors of #70cfab

#70cfab

Complementary Color

#70cfab #cf7094

#70cfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70cfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#70cfab Color CSS Codes

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

#70cfab Text Font Color

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

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


#70cfab Background Color

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

This div background color is #70cfab


#70cfab Border Color

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

This div border color is #70cfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70cfab


Comments

No comments written yet.

Please login to write comment.