Color Hex Logo

#97bacc Color Hex

#97BACC
(151,186,204)
0 Favorites   0 Comments

Color spaces of #97bacc

RGB 151186204
HSL0.560.340.70
HSV200°26°80°
CMYK 0.260.090.00   0.20
XYZ41.220546.056863.8440
Yxy46.05680.27280.3048
Hunter Lab67.8652-10.3452-8.2713
CIE-Lab73.5824-7.6637-12.9455

#97bacc color RGB value is (151,186,204).

#97bacc hex color red value is 151, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #97bacc hue: 0.56 , saturation: 0.34 and the lightness value of 97bacc is 0.70.

The process color (four color CMYK) of #97bacc color hex is 0.26, 0.09, 0.00, 0.20. Web safe color of #97bacc is #99cccc. Color #97bacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111010 11001100
Octal 227 272 314
Decimal 151 186 204
Hex 97 BA CC

RGB Percentages of Color #97bacc

%27.91
%34.38
%37.71

CMYK Percentages of Color #97bacc

%26
%9
%0
%20

Triadic Colors of #97bacc

#97bacc #cc97ba #bacc97

Analogous Colors of #97bacc

#97bacc #97a0cc #97ccc4

Monochromatic Colors of #97bacc

#97bacc

Complementary Color

#97bacc #cca997

#97bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#97bacc Color CSS Codes

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

#97bacc Text Font Color

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

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


#97bacc Background Color

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

This div background color is #97bacc


#97bacc Border Color

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

This div border color is #97bacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97bacc


Comments

No comments written yet.

Please login to write comment.