Color Hex Logo

#97bfbc Color Hex

#97BFBC
(151,191,188)
0 Favorites   0 Comments

Color spaces of #97bfbc

RGB 151191188
HSL0.490.240.67
HSV176°21°75°
CMYK 0.210.000.02   0.25
XYZ40.470447.471854.6069
Yxy47.47180.28390.3330
Hunter Lab68.8998-15.72721.2392
CIE-Lab74.4905-13.8880-2.8825

#97bfbc color RGB value is (151,191,188).

#97bfbc hex color red value is 151, green value is 191 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #97bfbc hue: 0.49 , saturation: 0.24 and the lightness value of 97bfbc is 0.67.

The process color (four color CMYK) of #97bfbc color hex is 0.21, 0.00, 0.02, 0.25. Web safe color of #97bfbc is #99cccc. Color #97bfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111111 10111100
Octal 227 277 274
Decimal 151 191 188
Hex 97 BF BC

RGB Percentages of Color #97bfbc

%28.49
%36.04
%35.47

CMYK Percentages of Color #97bfbc

%21
%0
%2
%25

Triadic Colors of #97bfbc

#97bfbc #bc97bf #bfbc97

Analogous Colors of #97bfbc

#97bfbc #97aebf #97bfa8

Monochromatic Colors of #97bfbc

#97bfbc

Complementary Color

#97bfbc #bf979a

#97bfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97bfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#97bfbc Color CSS Codes

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

#97bfbc Text Font Color

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

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


#97bfbc Background Color

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

This div background color is #97bfbc


#97bfbc Border Color

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

This div border color is #97bfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97bfbc


Comments

No comments written yet.

Please login to write comment.