Color Hex Logo

#97aac7 Color Hex

#97AAC7
(151,170,199)
0 Favorites   0 Comments

Color spaces of #97aac7

RGB 151170199
HSL0.600.300.69
HSV216°24°78°
CMYK 0.240.150.00   0.22
XYZ37.446039.452359.6743
Yxy39.45230.27420.2889
Hunter Lab62.8111-3.5032-12.3613
CIE-Lab69.0776-0.1703-16.9857

#97aac7 color RGB value is (151,170,199).

#97aac7 hex color red value is 151, green value is 170 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #97aac7 hue: 0.60 , saturation: 0.30 and the lightness value of 97aac7 is 0.69.

The process color (four color CMYK) of #97aac7 color hex is 0.24, 0.15, 0.00, 0.22. Web safe color of #97aac7 is #9999cc. Color #97aac7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101010 11000111
Octal 227 252 307
Decimal 151 170 199
Hex 97 AA C7

RGB Percentages of Color #97aac7

%29.04
%32.69
%38.27

CMYK Percentages of Color #97aac7

%24
%15
%0
%22

Triadic Colors of #97aac7

#97aac7 #c797aa #aac797

Analogous Colors of #97aac7

#97aac7 #9c97c7 #97c2c7

Monochromatic Colors of #97aac7

#97aac7

Complementary Color

#97aac7 #c7b497

#97aac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97aac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#97aac7 Color CSS Codes

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

#97aac7 Text Font Color

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

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


#97aac7 Background Color

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

This div background color is #97aac7


#97aac7 Border Color

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

This div border color is #97aac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97aac7


Comments

No comments written yet.

Please login to write comment.