Color Hex Logo

#97aeef Color Hex

#97AEEF
(151,174,239)
0 Favorites   0 Comments

Color spaces of #97aeef

RGB 151174239
HSL0.620.730.76
HSV224°37°94°
CMYK 0.370.270.00   0.06
XYZ43.478543.083487.6857
Yxy43.08340.24950.2473
Hunter Lab65.63793.3718-33.2589
CIE-Lab71.61157.6194-35.0199

#97aeef color RGB value is (151,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101110 11101111
Octal 227 256 357
Decimal 151 174 239
Hex 97 AE EF

RGB Percentages of Color #97aeef

%26.77
%30.85
%42.38

CMYK Percentages of Color #97aeef

%37
%27
%0
%6

Triadic Colors of #97aeef

#97aeef #ef97ae #aeef97

Analogous Colors of #97aeef

#97aeef #ac97ef #97daef

Monochromatic Colors of #97aeef

#97aeef

Complementary Color

#97aeef #efd897

#97aeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97aeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#97aeef Color CSS Codes

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

#97aeef Text Font Color

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

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


#97aeef Background Color

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

This div background color is #97aeef


#97aeef Border Color

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

This div border color is #97aeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97aeef


Comments

No comments written yet.

Please login to write comment.