Color Hex Logo

#97bdeb Color Hex

#97BDEB
(151,189,235)
0 Favorites   0 Comments

Color spaces of #97bdeb

RGB 151189235
HSL0.590.680.76
HSV213°36°92°
CMYK 0.360.200.00   0.08
XYZ45.955548.972785.6278
Yxy48.97270.25450.2712
Hunter Lab69.9805-5.2467-23.5606
CIE-Lab75.4343-1.6768-26.9616

#97bdeb color RGB value is (151,189,235).

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

The process color (four color CMYK) of #97bdeb color hex is 0.36, 0.20, 0.00, 0.08. Web safe color of #97bdeb is #99ccff. Color #97bdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111101 11101011
Octal 227 275 353
Decimal 151 189 235
Hex 97 BD EB

RGB Percentages of Color #97bdeb

%26.26
%32.87
%40.87

CMYK Percentages of Color #97bdeb

%36
%20
%0
%8

Triadic Colors of #97bdeb

#97bdeb #eb97bd #bdeb97

Analogous Colors of #97bdeb

#97bdeb #9b97eb #97e7eb

Monochromatic Colors of #97bdeb

#97bdeb

Complementary Color

#97bdeb #ebc597

#97bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97bdeb Color CSS Codes

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

#97bdeb Text Font Color

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

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


#97bdeb Background Color

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

This div background color is #97bdeb


#97bdeb Border Color

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

This div border color is #97bdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97bdeb


Comments

No comments written yet.

Please login to write comment.