Color Hex Logo

#97accb Color Hex

#97ACCB
(151,172,203)
0 Favorites   0 Comments

Color spaces of #97accb

RGB 151172203
HSL0.600.330.69
HSV216°26°80°
CMYK 0.260.150.00   0.20
XYZ38.294540.396262.2788
Yxy40.39620.27170.2866
Hunter Lab63.5580-3.6780-13.6061
CIE-Lab69.7508-0.3240-18.1724

#97accb color RGB value is (151,172,203).

#97accb hex color red value is 151, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #97accb hue: 0.60 , saturation: 0.33 and the lightness value of 97accb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101100 11001011
Octal 227 254 313
Decimal 151 172 203
Hex 97 AC CB

RGB Percentages of Color #97accb

%28.71
%32.70
%38.59

CMYK Percentages of Color #97accb

%26
%15
%0
%20

Triadic Colors of #97accb

#97accb #cb97ac #accb97

Analogous Colors of #97accb

#97accb #9c97cb #97c6cb

Monochromatic Colors of #97accb

#97accb

Complementary Color

#97accb #cbb697

#97accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97accb Color CSS Codes

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

#97accb Text Font Color

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

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


#97accb Background Color

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

This div background color is #97accb


#97accb Border Color

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

This div border color is #97accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97accb


Comments

No comments written yet.

Please login to write comment.