Color Hex Logo

#70ab96 Color Hex

#70AB96
(112,171,150)
0 Favorites   0 Comments

Color spaces of #70ab96

RGB 112171150
HSL0.440.260.55
HSV159°35°67°
CMYK 0.350.000.12   0.33
XYZ26.750034.772634.1561
Yxy34.77260.27960.3634
Hunter Lab58.9683-22.22096.9354
CIE-Lab65.5712-23.93384.7463

#70ab96 color RGB value is (112,171,150).

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

The process color (four color CMYK) of #70ab96 color hex is 0.35, 0.00, 0.12, 0.33. Web safe color of #70ab96 is #669999. Color #70ab96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10101011 10010110
Octal 160 253 226
Decimal 112 171 150
Hex 70 AB 96

RGB Percentages of Color #70ab96

%25.87
%39.49
%34.64

CMYK Percentages of Color #70ab96

%35
%0
%12
%33

Triadic Colors of #70ab96

#70ab96 #9670ab #ab9670

Analogous Colors of #70ab96

#70ab96 #70a3ab #70ab79

Monochromatic Colors of #70ab96

#70ab96

Complementary Color

#70ab96 #ab7085

#70ab96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ab96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ab96 Color CSS Codes

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

#70ab96 Text Font Color

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

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


#70ab96 Background Color

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

This div background color is #70ab96


#70ab96 Border Color

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

This div border color is #70ab96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ab96


Comments

No comments written yet.

Please login to write comment.