Color Hex Logo

#97b9ef Color Hex

#97B9EF
(151,185,239)
0 Favorites   0 Comments

Color spaces of #97b9ef

RGB 151185239
HSL0.600.730.76
HSV217°37°94°
CMYK 0.370.230.00   0.06
XYZ45.691447.509288.4234
Yxy47.50920.25160.2616
Hunter Lab68.9269-2.2951-27.8118
CIE-Lab74.51431.5357-30.5354

#97b9ef color RGB value is (151,185,239).

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

The process color (four color CMYK) of #97b9ef color hex is 0.37, 0.23, 0.00, 0.06. Web safe color of #97b9ef is #99ccff. Color #97b9ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111001 11101111
Octal 227 271 357
Decimal 151 185 239
Hex 97 B9 EF

RGB Percentages of Color #97b9ef

%26.26
%32.17
%41.57

CMYK Percentages of Color #97b9ef

%37
%23
%0
%6

Triadic Colors of #97b9ef

#97b9ef #ef97b9 #b9ef97

Analogous Colors of #97b9ef

#97b9ef #a197ef #97e5ef

Monochromatic Colors of #97b9ef

#97b9ef

Complementary Color

#97b9ef #efcd97

#97b9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97b9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#97b9ef Color CSS Codes

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

#97b9ef Text Font Color

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

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


#97b9ef Background Color

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

This div background color is #97b9ef


#97b9ef Border Color

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

This div border color is #97b9ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97b9ef

#97b9ef Color Palettes


Comments

No comments written yet.

Please login to write comment.