Color Hex Logo

#97aacf Color Hex

#97AACF
(151,170,207)
0 Favorites   0 Comments

Color spaces of #97aacf

RGB 151170207
HSL0.610.370.70
HSV220°27°81°
CMYK 0.270.180.00   0.19
XYZ38.399739.833864.6963
Yxy39.83380.26870.2787
Hunter Lab63.1140-1.8470-16.5966
CIE-Lab69.35101.7372-20.9826

#97aacf color RGB value is (151,170,207).

#97aacf hex color red value is 151, green value is 170 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #97aacf hue: 0.61 , saturation: 0.37 and the lightness value of 97aacf is 0.70.

The process color (four color CMYK) of #97aacf color hex is 0.27, 0.18, 0.00, 0.19. Web safe color of #97aacf is #9999cc. Color #97aacf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101010 11001111
Octal 227 252 317
Decimal 151 170 207
Hex 97 AA CF

RGB Percentages of Color #97aacf

%28.60
%32.20
%39.20

CMYK Percentages of Color #97aacf

%27
%18
%0
%19

Triadic Colors of #97aacf

#97aacf #cf97aa #aacf97

Analogous Colors of #97aacf

#97aacf #a097cf #97c6cf

Monochromatic Colors of #97aacf

#97aacf

Complementary Color

#97aacf #cfbc97

#97aacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97aacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#97aacf Color CSS Codes

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

#97aacf Text Font Color

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

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


#97aacf Background Color

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

This div background color is #97aacf


#97aacf Border Color

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

This div border color is #97aacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97aacf


Comments

No comments written yet.

Please login to write comment.