Color Hex Logo

#97aafe Color Hex

#97AAFE
(151,170,254)
0 Favorites   0 Comments

Color spaces of #97aafe

RGB 151170254
HSL0.640.980.79
HSV229°41°100°
CMYK 0.410.330.00   0.00
XYZ45.026642.484599.5931
Yxy42.48450.24060.2271
Hunter Lab65.18019.2430-44.9671
CIE-Lab71.203713.8967-43.7909

#97aafe color RGB value is (151,170,254).

#97aafe hex color red value is 151, green value is 170 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #97aafe hue: 0.64 , saturation: 0.98 and the lightness value of 97aafe is 0.79.

The process color (four color CMYK) of #97aafe color hex is 0.41, 0.33, 0.00, 0.00. Web safe color of #97aafe is #9999ff. Color #97aafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101010 11111110
Octal 227 252 376
Decimal 151 170 254
Hex 97 AA FE

RGB Percentages of Color #97aafe

%26.26
%29.57
%44.17

CMYK Percentages of Color #97aafe

%41
%33
%0
%0

Triadic Colors of #97aafe

#97aafe #fe97aa #aafe97

Analogous Colors of #97aafe

#97aafe #b897fe #97defe

Monochromatic Colors of #97aafe

#97aafe

Complementary Color

#97aafe #feeb97

#97aafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97aafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#97aafe Color CSS Codes

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

#97aafe Text Font Color

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

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


#97aafe Background Color

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

This div background color is #97aafe


#97aafe Border Color

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

This div border color is #97aafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97aafe

Related Colors


Comments

No comments written yet.

Please login to write comment.