Color Hex Logo

#97aadf Color Hex

#97AADF
(151,170,223)
0 Favorites   0 Comments

Color spaces of #97aadf

RGB 151170223
HSL0.620.530.73
HSV224°32°87°
CMYK 0.320.240.00   0.13
XYZ40.456540.656575.5272
Yxy40.65650.25830.2596
Hunter Lab63.76241.6718-25.5958
CIE-Lab69.93465.7067-28.8795

#97aadf color RGB value is (151,170,223).

#97aadf hex color red value is 151, green value is 170 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #97aadf hue: 0.62 , saturation: 0.53 and the lightness value of 97aadf is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101010 11011111
Octal 227 252 337
Decimal 151 170 223
Hex 97 AA DF

RGB Percentages of Color #97aadf

%27.76
%31.25
%40.99

CMYK Percentages of Color #97aadf

%32
%24
%0
%13

Triadic Colors of #97aadf

#97aadf #df97aa #aadf97

Analogous Colors of #97aadf

#97aadf #a897df #97cedf

Monochromatic Colors of #97aadf

#97aadf

Complementary Color

#97aadf #dfcc97

#97aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#97aadf Color CSS Codes

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

#97aadf Text Font Color

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

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


#97aadf Background Color

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

This div background color is #97aadf


#97aadf Border Color

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

This div border color is #97aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97aadf


Comments

No comments written yet.

Please login to write comment.