Color Hex Logo

#97aaec Color Hex

#97AAEC
(151,170,236)
0 Favorites   0 Comments

Color spaces of #97aaec

RGB 151170236
HSL0.630.690.76
HSV227°36°93°
CMYK 0.360.280.00   0.07
XYZ42.277541.384985.1167
Yxy41.38490.25050.2452
Hunter Lab64.33114.7283-33.4150
CIE-Lab70.44489.0682-35.1963

#97aaec color RGB value is (151,170,236).

#97aaec hex color red value is 151, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #97aaec hue: 0.63 , saturation: 0.69 and the lightness value of 97aaec is 0.76.

The process color (four color CMYK) of #97aaec color hex is 0.36, 0.28, 0.00, 0.07. Web safe color of #97aaec is #9999ff. Color #97aaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101010 11101100
Octal 227 252 354
Decimal 151 170 236
Hex 97 AA EC

RGB Percentages of Color #97aaec

%27.11
%30.52
%42.37

CMYK Percentages of Color #97aaec

%36
%28
%0
%7

Triadic Colors of #97aaec

#97aaec #ec97aa #aaec97

Analogous Colors of #97aaec

#97aaec #af97ec #97d5ec

Monochromatic Colors of #97aaec

#97aaec

Complementary Color

#97aaec #ecd997

#97aaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97aaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#97aaec Color CSS Codes

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

#97aaec Text Font Color

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

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


#97aaec Background Color

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

This div background color is #97aaec


#97aaec Border Color

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

This div border color is #97aaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97aaec


Comments

No comments written yet.

Please login to write comment.