Color Hex Logo

#97afff Color Hex

#97AFFF
(151,175,255)
0 Favorites   0 Comments

Color spaces of #97afff

RGB 151175255
HSL0.631.000.80
HSV226°41°100°
CMYK 0.410.310.00   0.00
XYZ46.142544.4593100.7573
Yxy44.45930.24110.2323
Hunter Lab66.67786.8397-42.9191
CIE-Lab72.534411.3544-42.2501

#97afff color RGB value is (151,175,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101111 11111111
Octal 227 257 377
Decimal 151 175 255
Hex 97 AF FF

RGB Percentages of Color #97afff

%25.99
%30.12
%43.89

CMYK Percentages of Color #97afff

%41
%31
%0
%0

Triadic Colors of #97afff

#97afff #ff97af #afff97

Analogous Colors of #97afff

#97afff #b397ff #97e3ff

Monochromatic Colors of #97afff

#97afff

Complementary Color

#97afff #ffe797

#97afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#97afff Color CSS Codes

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

#97afff Text Font Color

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

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


#97afff Background Color

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

This div background color is #97afff


#97afff Border Color

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

This div border color is #97afff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,175,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 #97afff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97afff


Comments

No comments written yet.

Please login to write comment.