Color Hex Logo

#97aeeb Color Hex

#97AEEB
(151,174,235)
0 Favorites   0 Comments

Color spaces of #97aeeb

RGB 151174235
HSL0.620.680.76
HSV224°36°92°
CMYK 0.360.260.00   0.08
XYZ42.893942.849684.6073
Yxy42.84960.25180.2515
Hunter Lab65.45962.4119-30.8113
CIE-Lab71.45286.5693-33.0901

#97aeeb color RGB value is (151,174,235).

#97aeeb hex color red value is 151, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #97aeeb hue: 0.62 , saturation: 0.68 and the lightness value of 97aeeb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101110 11101011
Octal 227 256 353
Decimal 151 174 235
Hex 97 AE EB

RGB Percentages of Color #97aeeb

%26.96
%31.07
%41.96

CMYK Percentages of Color #97aeeb

%36
%26
%0
%8

Triadic Colors of #97aeeb

#97aeeb #eb97ae #aeeb97

Analogous Colors of #97aeeb

#97aeeb #aa97eb #97d8eb

Monochromatic Colors of #97aeeb

#97aeeb

Complementary Color

#97aeeb #ebd497

#97aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97aeeb Color CSS Codes

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

#97aeeb Text Font Color

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

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


#97aeeb Background Color

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

This div background color is #97aeeb


#97aeeb Border Color

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

This div border color is #97aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97aeeb


Comments

No comments written yet.

Please login to write comment.