Color Hex Logo

#97adef Color Hex

#97ADEF
(151,173,239)
0 Favorites   0 Comments

Color spaces of #97adef

RGB 151173239
HSL0.630.730.76
HSV225°37°94°
CMYK 0.370.280.00   0.06
XYZ43.286142.698487.6216
Yxy42.69840.24930.2459
Hunter Lab65.34403.8925-33.7628
CIE-Lab71.34988.1786-35.4258

#97adef color RGB value is (151,173,239).

#97adef hex color red value is 151, green value is 173 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #97adef hue: 0.63 , saturation: 0.73 and the lightness value of 97adef is 0.76.

The process color (four color CMYK) of #97adef color hex is 0.37, 0.28, 0.00, 0.06. Web safe color of #97adef is #9999ff. Color #97adef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101101 11101111
Octal 227 255 357
Decimal 151 173 239
Hex 97 AD EF

RGB Percentages of Color #97adef

%26.82
%30.73
%42.45

CMYK Percentages of Color #97adef

%37
%28
%0
%6

Triadic Colors of #97adef

#97adef #ef97ad #adef97

Analogous Colors of #97adef

#97adef #ad97ef #97d9ef

Monochromatic Colors of #97adef

#97adef

Complementary Color

#97adef #efd997

#97adef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97adef Color Preview on White Background

Lorem ipsum dolor sit amet.

#97adef Color CSS Codes

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

#97adef Text Font Color

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

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


#97adef Background Color

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

This div background color is #97adef


#97adef Border Color

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

This div border color is #97adef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97adef


Comments

No comments written yet.

Please login to write comment.