Color Hex Logo

#97bafe Color Hex

#97BAFE
(151,186,254)
0 Favorites   0 Comments

Color spaces of #97bafe

RGB 151186254
HSL0.610.980.79
HSV220°41°100°
CMYK 0.410.270.00   0.00
XYZ48.210848.8529100.6545
Yxy48.85290.24380.2471
Hunter Lab69.89480.8065-36.4562
CIE-Lab75.35974.9623-37.3126

#97bafe color RGB value is (151,186,254).

#97bafe hex color red value is 151, green value is 186 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #97bafe hue: 0.61 , saturation: 0.98 and the lightness value of 97bafe is 0.79.

The process color (four color CMYK) of #97bafe color hex is 0.41, 0.27, 0.00, 0.00. Web safe color of #97bafe is #99ccff. Color #97bafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111010 11111110
Octal 227 272 376
Decimal 151 186 254
Hex 97 BA FE

RGB Percentages of Color #97bafe

%25.55
%31.47
%42.98

CMYK Percentages of Color #97bafe

%41
%27
%0
%0

Triadic Colors of #97bafe

#97bafe #fe97ba #bafe97

Analogous Colors of #97bafe

#97bafe #a897fe #97eefe

Monochromatic Colors of #97bafe

#97bafe

Complementary Color

#97bafe #fedb97

#97bafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97bafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#97bafe Color CSS Codes

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

#97bafe Text Font Color

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

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


#97bafe Background Color

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

This div background color is #97bafe


#97bafe Border Color

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

This div border color is #97bafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97bafe


Comments

No comments written yet.

Please login to write comment.