Color Hex Logo

#97aaee Color Hex

#97AAEE
(151,170,238)
0 Favorites   0 Comments

Color spaces of #97aaee

RGB 151170238
HSL0.630.720.76
HSV227°37°93°
CMYK 0.370.290.00   0.07
XYZ42.569841.501886.6559
Yxy41.50180.24930.2431
Hunter Lab64.42195.2140-34.6575
CIE-Lab70.52619.5953-36.1601

#97aaee color RGB value is (151,170,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101010 11101110
Octal 227 252 356
Decimal 151 170 238
Hex 97 AA EE

RGB Percentages of Color #97aaee

%27.01
%30.41
%42.58

CMYK Percentages of Color #97aaee

%37
%29
%0
%7

Triadic Colors of #97aaee

#97aaee #ee97aa #aaee97

Analogous Colors of #97aaee

#97aaee #b097ee #97d6ee

Monochromatic Colors of #97aaee

#97aaee

Complementary Color

#97aaee #eedb97

#97aaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97aaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#97aaee Color CSS Codes

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

#97aaee Text Font Color

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

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


#97aaee Background Color

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

This div background color is #97aaee


#97aaee Border Color

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

This div border color is #97aaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97aaee


Comments

No comments written yet.

Please login to write comment.