Color Hex Logo

#70bfab Color Hex

#70BFAB
(112,191,171)
0 Favorites   0 Comments

Color spaces of #70bfab

RGB 112191171
HSL0.460.380.59
HSV165°41°75°
CMYK 0.410.000.10   0.25
XYZ32.663643.646645.2312
Yxy43.64660.26870.3591
Hunter Lab66.0656-27.36225.6535
CIE-Lab71.9917-29.05092.4798

#70bfab color RGB value is (112,191,171).

#70bfab hex color red value is 112, green value is 191 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #70bfab hue: 0.46 , saturation: 0.38 and the lightness value of 70bfab is 0.59.

The process color (four color CMYK) of #70bfab color hex is 0.41, 0.00, 0.10, 0.25. Web safe color of #70bfab is #66cc99. Color #70bfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10111111 10101011
Octal 160 277 253
Decimal 112 191 171
Hex 70 BF AB

RGB Percentages of Color #70bfab

%23.63
%40.30
%36.08

CMYK Percentages of Color #70bfab

%41
%0
%10
%25

Triadic Colors of #70bfab

#70bfab #ab70bf #bfab70

Analogous Colors of #70bfab

#70bfab #70acbf #70bf84

Monochromatic Colors of #70bfab

#70bfab

Complementary Color

#70bfab #bf7084

#70bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#70bfab Color CSS Codes

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

#70bfab Text Font Color

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

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


#70bfab Background Color

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

This div background color is #70bfab


#70bfab Border Color

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

This div border color is #70bfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70bfab


Comments

No comments written yet.

Please login to write comment.