Color Hex Logo

#97abee Color Hex

#97ABEE
(151,171,238)
0 Favorites   0 Comments

Color spaces of #97abee

RGB 151171238
HSL0.630.720.76
HSV226°37°93°
CMYK 0.370.280.00   0.07
XYZ42.758041.878286.7186
Yxy41.87820.24950.2444
Hunter Lab64.71344.6917-34.1517
CIE-Lab70.78699.0341-35.7551

#97abee color RGB value is (151,171,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101011 11101110
Octal 227 253 356
Decimal 151 171 238
Hex 97 AB EE

RGB Percentages of Color #97abee

%26.96
%30.54
%42.50

CMYK Percentages of Color #97abee

%37
%28
%0
%7

Triadic Colors of #97abee

#97abee #ee97ab #abee97

Analogous Colors of #97abee

#97abee #af97ee #97d7ee

Monochromatic Colors of #97abee

#97abee

Complementary Color

#97abee #eeda97

#97abee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97abee Color Preview on White Background

Lorem ipsum dolor sit amet.

#97abee Color CSS Codes

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

#97abee Text Font Color

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

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


#97abee Background Color

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

This div background color is #97abee


#97abee Border Color

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

This div border color is #97abee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,171,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 #97abee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97abee


Comments

No comments written yet.

Please login to write comment.