Color Hex Logo

#97aecc Color Hex

#97AECC
(151,174,204)
0 Favorites   0 Comments

Color spaces of #97aecc

RGB 151174204
HSL0.590.340.70
HSV214°26°80°
CMYK 0.260.150.00   0.20
XYZ38.797641.211063.0364
Yxy41.21100.27120.2881
Hunter Lab64.1958-4.4637-13.2821
CIE-Lab70.3235-1.1824-17.8554

#97aecc color RGB value is (151,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101110 11001100
Octal 227 256 314
Decimal 151 174 204
Hex 97 AE CC

RGB Percentages of Color #97aecc

%28.54
%32.89
%38.56

CMYK Percentages of Color #97aecc

%26
%15
%0
%20

Triadic Colors of #97aecc

#97aecc #cc97ae #aecc97

Analogous Colors of #97aecc

#97aecc #9b97cc #97c9cc

Monochromatic Colors of #97aecc

#97aecc

Complementary Color

#97aecc #ccb597

#97aecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97aecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#97aecc Color CSS Codes

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

#97aecc Text Font Color

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

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


#97aecc Background Color

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

This div background color is #97aecc


#97aecc Border Color

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

This div border color is #97aecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,174,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 #97aecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97aecc


Comments

No comments written yet.

Please login to write comment.