Color Hex Logo

#97abff Color Hex

#97ABFF
(151,171,255)
0 Favorites   0 Comments

Color spaces of #97abff

RGB 151171255
HSL0.631.000.80
HSV228°41°100°
CMYK 0.410.330.00   0.00
XYZ45.375442.9251100.5016
Yxy42.92510.24030.2274
Hunter Lab65.51728.9689-45.0871
CIE-Lab71.504113.6057-43.8615

#97abff color RGB value is (151,171,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101011 11111111
Octal 227 253 377
Decimal 151 171 255
Hex 97 AB FF

RGB Percentages of Color #97abff

%26.17
%29.64
%44.19

CMYK Percentages of Color #97abff

%41
%33
%0
%0

Triadic Colors of #97abff

#97abff #ff97ab #abff97

Analogous Colors of #97abff

#97abff #b797ff #97dfff

Monochromatic Colors of #97abff

#97abff

Complementary Color

#97abff #ffeb97

#97abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#97abff Color CSS Codes

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

#97abff Text Font Color

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

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


#97abff Background Color

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

This div background color is #97abff


#97abff Border Color

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

This div border color is #97abff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97abff

Related Colors

#97abff Color Palettes


Comments

No comments written yet.

Please login to write comment.