Color Hex Logo

#70adab Color Hex

#70ADAB
(112,173,171)
0 Favorites   0 Comments

Color spaces of #70adab

RGB 112173171
HSL0.490.270.56
HSV178°35°68°
CMYK 0.350.000.01   0.32
XYZ28.976336.272244.0021
Yxy36.27220.26520.3320
Hunter Lab60.2264-19.5158-1.1595
CIE-Lab66.7274-20.0682-5.2324

#70adab color RGB value is (112,173,171).

#70adab hex color red value is 112, green value is 173 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #70adab hue: 0.49 , saturation: 0.27 and the lightness value of 70adab is 0.56.

The process color (four color CMYK) of #70adab color hex is 0.35, 0.00, 0.01, 0.32. Web safe color of #70adab is #669999. Color #70adab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101101 10101011
Octal 160 255 253
Decimal 112 173 171
Hex 70 AD AB

RGB Percentages of Color #70adab

%24.56
%37.94
%37.50

CMYK Percentages of Color #70adab

%35
%0
%1
%32

Triadic Colors of #70adab

#70adab #ab70ad #adab70

Analogous Colors of #70adab

#70adab #7091ad #70ad8d

Monochromatic Colors of #70adab

#70adab

Complementary Color

#70adab #ad7072

#70adab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70adab Color Preview on White Background

Lorem ipsum dolor sit amet.

#70adab Color CSS Codes

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

#70adab Text Font Color

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

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


#70adab Background Color

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

This div background color is #70adab


#70adab Border Color

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

This div border color is #70adab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,173,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 #70adab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70adab


Comments

No comments written yet.

Please login to write comment.