Color Hex Logo

#97bdcc Color Hex

#97BDCC
(151,189,204)
0 Favorites   0 Comments

Color spaces of #97bdcc

RGB 151189204
HSL0.550.340.70
HSV197°26°80°
CMYK 0.260.070.00   0.20
XYZ41.859247.334164.0569
Yxy47.33410.27310.3089
Hunter Lab68.7998-11.7966-7.0429
CIE-Lab74.4030-9.2560-11.7166

#97bdcc color RGB value is (151,189,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111101 11001100
Octal 227 275 314
Decimal 151 189 204
Hex 97 BD CC

RGB Percentages of Color #97bdcc

%27.76
%34.74
%37.50

CMYK Percentages of Color #97bdcc

%26
%7
%0
%20

Triadic Colors of #97bdcc

#97bdcc #cc97bd #bdcc97

Analogous Colors of #97bdcc

#97bdcc #97a3cc #97ccc1

Monochromatic Colors of #97bdcc

#97bdcc

Complementary Color

#97bdcc #cca697

#97bdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97bdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#97bdcc Color CSS Codes

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

#97bdcc Text Font Color

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

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


#97bdcc Background Color

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

This div background color is #97bdcc


#97bdcc Border Color

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

This div border color is #97bdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97bdcc


Comments

No comments written yet.

Please login to write comment.