Color Hex Logo

#70baab Color Hex

#70BAAB
(112,186,171)
0 Favorites   0 Comments

Color spaces of #70baab

RGB 112186171
HSL0.470.350.58
HSV168°40°73°
CMYK 0.400.000.08   0.27
XYZ31.591741.502844.8739
Yxy41.50280.26780.3518
Hunter Lab64.4227-25.20653.7971
CIE-Lab70.5268-26.61040.3481

#70baab color RGB value is (112,186,171).

#70baab hex color red value is 112, green value is 186 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #70baab hue: 0.47 , saturation: 0.35 and the lightness value of 70baab is 0.58.

The process color (four color CMYK) of #70baab color hex is 0.40, 0.00, 0.08, 0.27. Web safe color of #70baab is #66cc99. Color #70baab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111010 10101011
Octal 160 272 253
Decimal 112 186 171
Hex 70 BA AB

RGB Percentages of Color #70baab

%23.88
%39.66
%36.46

CMYK Percentages of Color #70baab

%40
%0
%8
%27

Triadic Colors of #70baab

#70baab #ab70ba #baab70

Analogous Colors of #70baab

#70baab #70a4ba #70ba86

Monochromatic Colors of #70baab

#70baab

Complementary Color

#70baab #ba707f

#70baab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70baab Color Preview on White Background

Lorem ipsum dolor sit amet.

#70baab Color CSS Codes

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

#70baab Text Font Color

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

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


#70baab Background Color

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

This div background color is #70baab


#70baab Border Color

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

This div border color is #70baab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70baab


Comments

No comments written yet.

Please login to write comment.