Color Hex Logo

#97bbcf Color Hex

#97BBCF
(151,187,207)
0 Favorites   0 Comments

Color spaces of #97bbcf

RGB 151187207
HSL0.560.370.70
HSV201°27°81°
CMYK 0.270.100.00   0.19
XYZ41.795346.625065.8282
Yxy46.62500.27100.3023
Hunter Lab68.2825-10.2356-9.3612
CIE-Lab73.9493-7.4940-14.0295

#97bbcf color RGB value is (151,187,207).

#97bbcf hex color red value is 151, green value is 187 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #97bbcf hue: 0.56 , saturation: 0.37 and the lightness value of 97bbcf is 0.70.

The process color (four color CMYK) of #97bbcf color hex is 0.27, 0.10, 0.00, 0.19. Web safe color of #97bbcf is #99cccc. Color #97bbcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111011 11001111
Octal 227 273 317
Decimal 151 187 207
Hex 97 BB CF

RGB Percentages of Color #97bbcf

%27.71
%34.31
%37.98

CMYK Percentages of Color #97bbcf

%27
%10
%0
%19

Triadic Colors of #97bbcf

#97bbcf #cf97bb #bbcf97

Analogous Colors of #97bbcf

#97bbcf #979fcf #97cfc7

Monochromatic Colors of #97bbcf

#97bbcf

Complementary Color

#97bbcf #cfab97

#97bbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97bbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#97bbcf Color CSS Codes

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

#97bbcf Text Font Color

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

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


#97bbcf Background Color

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

This div background color is #97bbcf


#97bbcf Border Color

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

This div border color is #97bbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97bbcf


Comments

No comments written yet.

Please login to write comment.