Color Hex Logo

#97abac Color Hex

#97ABAC
(151,171,172)
0 Favorites   0 Comments

Color spaces of #97abac

RGB 151171172
HSL0.510.110.63
HSV183°12°67°
CMYK 0.120.010.00   0.33
XYZ34.771838.683744.6638
Yxy38.68370.29440.3275
Hunter Lab62.1962-9.05010.9605
CIE-Lab68.5215-6.7152-2.8766

#97abac color RGB value is (151,171,172).

#97abac hex color red value is 151, green value is 171 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #97abac hue: 0.51 , saturation: 0.11 and the lightness value of 97abac is 0.63.

The process color (four color CMYK) of #97abac color hex is 0.12, 0.01, 0.00, 0.33. Web safe color of #97abac is #999999. Color #97abac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101011 10101100
Octal 227 253 254
Decimal 151 171 172
Hex 97 AB AC

RGB Percentages of Color #97abac

%30.57
%34.62
%34.82

CMYK Percentages of Color #97abac

%12
%1
%0
%33

Triadic Colors of #97abac

#97abac #ac97ab #abac97

Analogous Colors of #97abac

#97abac #97a1ac #97aca3

Monochromatic Colors of #97abac

#97abac

Complementary Color

#97abac #ac9897

#97abac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97abac Color Preview on White Background

Lorem ipsum dolor sit amet.

#97abac Color CSS Codes

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

#97abac Text Font Color

<p style="color:#97abac">Text here</p>

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


#97abac Background Color

<div style="background-color:#97abac">
Div content here</div>

This div background color is #97abac


#97abac Border Color

<div style="border:3px solid #97abac">
Div here</div>

This div border color is #97abac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,171,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97abac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97abac;
  -webkit-box-shadow: 1px 1px 3px 2px #97abac;
  box-shadow:         1px 1px 3px 2px #97abac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97abac


Comments

No comments written yet.

Please login to write comment.