Color Hex Logo

#97becc Color Hex

#97BECC
(151,190,204)
0 Favorites   0 Comments

Color spaces of #97becc

RGB 151190204
HSL0.540.340.70
HSV196°26°80°
CMYK 0.260.070.00   0.20
XYZ42.075047.765964.1289
Yxy47.76590.27330.3102
Hunter Lab69.1129-12.2791-6.6354
CIE-Lab74.6770-9.7847-11.3068

#97becc color RGB value is (151,190,204).

#97becc hex color red value is 151, green value is 190 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #97becc hue: 0.54 , saturation: 0.34 and the lightness value of 97becc is 0.70.

The process color (four color CMYK) of #97becc color hex is 0.26, 0.07, 0.00, 0.20. Web safe color of #97becc is #99cccc. Color #97becc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111110 11001100
Octal 227 276 314
Decimal 151 190 204
Hex 97 BE CC

RGB Percentages of Color #97becc

%27.71
%34.86
%37.43

CMYK Percentages of Color #97becc

%26
%7
%0
%20

Triadic Colors of #97becc

#97becc #cc97be #becc97

Analogous Colors of #97becc

#97becc #97a4cc #97ccc0

Monochromatic Colors of #97becc

#97becc

Complementary Color

#97becc #cca597

#97becc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97becc Color Preview on White Background

Lorem ipsum dolor sit amet.

#97becc Color CSS Codes

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

#97becc Text Font Color

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

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


#97becc Background Color

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

This div background color is #97becc


#97becc Border Color

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

This div border color is #97becc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97becc


Comments

No comments written yet.

Please login to write comment.