Color Hex Logo

#97abfa Color Hex

#97ABFA
(151,171,250)
0 Favorites   0 Comments

Color spaces of #97abfa

RGB 151171250
HSL0.630.910.79
HSV228°40°98°
CMYK 0.400.320.00   0.02
XYZ44.580742.607396.3168
Yxy42.60730.24290.2322
Hunter Lab65.27437.6811-41.7946
CIE-Lab71.287612.2440-41.4935

#97abfa color RGB value is (151,171,250).

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

The process color (four color CMYK) of #97abfa color hex is 0.40, 0.32, 0.00, 0.02. Web safe color of #97abfa is #9999ff. Color #97abfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101011 11111010
Octal 227 253 372
Decimal 151 171 250
Hex 97 AB FA

RGB Percentages of Color #97abfa

%26.40
%29.90
%43.71

CMYK Percentages of Color #97abfa

%40
%32
%0
%2

Triadic Colors of #97abfa

#97abfa #fa97ab #abfa97

Analogous Colors of #97abfa

#97abfa #b597fa #97ddfa

Monochromatic Colors of #97abfa

#97abfa

Complementary Color

#97abfa #fae697

#97abfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97abfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#97abfa Color CSS Codes

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

#97abfa Text Font Color

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

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


#97abfa Background Color

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

This div background color is #97abfa


#97abfa Border Color

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

This div border color is #97abfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97abfa


Comments

No comments written yet.

Please login to write comment.