Color Hex Logo

#97adbe Color Hex

#97ADBE
(151,173,190)
0 Favorites   0 Comments

Color spaces of #97adbe

RGB 151173190
HSL0.570.230.67
HSV206°21°75°
CMYK 0.210.090.00   0.25
XYZ37.000340.184254.5214
Yxy40.18420.28090.3051
Hunter Lab63.3910-6.7467-6.6205
CIE-Lab69.6005-3.8842-11.2306

#97adbe color RGB value is (151,173,190).

#97adbe hex color red value is 151, green value is 173 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #97adbe hue: 0.57 , saturation: 0.23 and the lightness value of 97adbe is 0.67.

The process color (four color CMYK) of #97adbe color hex is 0.21, 0.09, 0.00, 0.25. Web safe color of #97adbe is #9999cc. Color #97adbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101101 10111110
Octal 227 255 276
Decimal 151 173 190
Hex 97 AD BE

RGB Percentages of Color #97adbe

%29.38
%33.66
%36.96

CMYK Percentages of Color #97adbe

%21
%9
%0
%25

Triadic Colors of #97adbe

#97adbe #be97ad #adbe97

Analogous Colors of #97adbe

#97adbe #979abe #97bebc

Monochromatic Colors of #97adbe

#97adbe

Complementary Color

#97adbe #bea897

#97adbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97adbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#97adbe Color CSS Codes

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

#97adbe Text Font Color

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

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


#97adbe Background Color

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

This div background color is #97adbe


#97adbe Border Color

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

This div border color is #97adbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97adbe


Comments

No comments written yet.

Please login to write comment.