Color Hex Logo

#97bbec Color Hex

#97BBEC
(151,187,236)
0 Favorites   0 Comments

Color spaces of #97bbec

RGB 151187236
HSL0.600.690.76
HSV215°36°93°
CMYK 0.360.210.00   0.07
XYZ45.673148.176186.2486
Yxy48.17610.25360.2675
Hunter Lab69.4090-4.0077-25.0883
CIE-Lab74.9359-0.3337-28.2661

#97bbec color RGB value is (151,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111011 11101100
Octal 227 273 354
Decimal 151 187 236
Hex 97 BB EC

RGB Percentages of Color #97bbec

%26.31
%32.58
%41.11

CMYK Percentages of Color #97bbec

%36
%21
%0
%7

Triadic Colors of #97bbec

#97bbec #ec97bb #bbec97

Analogous Colors of #97bbec

#97bbec #9e97ec #97e6ec

Monochromatic Colors of #97bbec

#97bbec

Complementary Color

#97bbec #ecc897

#97bbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97bbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#97bbec Color CSS Codes

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

#97bbec Text Font Color

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

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


#97bbec Background Color

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

This div background color is #97bbec


#97bbec Border Color

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

This div border color is #97bbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97bbec


Comments

No comments written yet.

Please login to write comment.