Color Hex Logo

#97adbc Color Hex

#97ADBC
(151,173,188)
0 Favorites   0 Comments

Color spaces of #97adbc

RGB 151173188
HSL0.570.220.66
HSV204°20°74°
CMYK 0.200.080.00   0.26
XYZ36.783240.097353.3778
Yxy40.09730.28240.3078
Hunter Lab63.3224-7.1259-5.6530
CIE-Lab69.5388-4.3335-10.2188

#97adbc color RGB value is (151,173,188).

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

The process color (four color CMYK) of #97adbc color hex is 0.20, 0.08, 0.00, 0.26. Web safe color of #97adbc is #9999cc. Color #97adbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101101 10111100
Octal 227 255 274
Decimal 151 173 188
Hex 97 AD BC

RGB Percentages of Color #97adbc

%29.49
%33.79
%36.72

CMYK Percentages of Color #97adbc

%20
%8
%0
%26

Triadic Colors of #97adbc

#97adbc #bc97ad #adbc97

Analogous Colors of #97adbc

#97adbc #979bbc #97bcb9

Monochromatic Colors of #97adbc

#97adbc

Complementary Color

#97adbc #bca697

#97adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#97adbc Color CSS Codes

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

#97adbc Text Font Color

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

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


#97adbc Background Color

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

This div background color is #97adbc


#97adbc Border Color

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

This div border color is #97adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97adbc


Comments

No comments written yet.

Please login to write comment.