Color Hex Logo

#97aae5 Color Hex

#97AAE5
(151,170,229)
0 Favorites   0 Comments

Color spaces of #97aae5

RGB 151170229
HSL0.630.600.75
HSV225°34°90°
CMYK 0.340.260.00   0.10
XYZ41.280140.985979.8641
Yxy40.98590.25460.2528
Hunter Lab64.02023.0610-29.1491
CIE-Lab70.16607.2442-31.8063

#97aae5 color RGB value is (151,170,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101010 11100101
Octal 227 252 345
Decimal 151 170 229
Hex 97 AA E5

RGB Percentages of Color #97aae5

%27.45
%30.91
%41.64

CMYK Percentages of Color #97aae5

%34
%26
%0
%10

Triadic Colors of #97aae5

#97aae5 #e597aa #aae597

Analogous Colors of #97aae5

#97aae5 #ab97e5 #97d1e5

Monochromatic Colors of #97aae5

#97aae5

Complementary Color

#97aae5 #e5d297

#97aae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97aae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#97aae5 Color CSS Codes

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

#97aae5 Text Font Color

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

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


#97aae5 Background Color

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

This div background color is #97aae5


#97aae5 Border Color

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

This div border color is #97aae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97aae5


Comments

No comments written yet.

Please login to write comment.