Color Hex Logo

#97bade Color Hex

#97BADE
(151,186,222)
0 Favorites   0 Comments

Color spaces of #97bade

RGB 151186222
HSL0.580.520.73
HSV210°32°87°
CMYK 0.320.160.00   0.13
XYZ43.506246.971075.8805
Yxy46.97100.26150.2823
Hunter Lab68.5354-6.6253-17.6695
CIE-Lab74.1712-3.3319-21.8506

#97bade color RGB value is (151,186,222).

#97bade hex color red value is 151, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #97bade hue: 0.58 , saturation: 0.52 and the lightness value of 97bade is 0.73.

The process color (four color CMYK) of #97bade color hex is 0.32, 0.16, 0.00, 0.13. Web safe color of #97bade is #99cccc. Color #97bade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111010 11011110
Octal 227 272 336
Decimal 151 186 222
Hex 97 BA DE

RGB Percentages of Color #97bade

%27.01
%33.27
%39.71

CMYK Percentages of Color #97bade

%32
%16
%0
%13

Triadic Colors of #97bade

#97bade #de97ba #bade97

Analogous Colors of #97bade

#97bade #9897de #97dede

Monochromatic Colors of #97bade

#97bade

Complementary Color

#97bade #debb97

#97bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#97bade Color CSS Codes

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

#97bade Text Font Color

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

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


#97bade Background Color

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

This div background color is #97bade


#97bade Border Color

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

This div border color is #97bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97bade


Comments

No comments written yet.

Please login to write comment.