Color Hex Logo

#97bcbc Color Hex

#97BCBC
(151,188,188)
0 Favorites   0 Comments

Color spaces of #97bcbc

RGB 151188188
HSL0.500.220.66
HSV180°20°74°
CMYK 0.200.000.00   0.26
XYZ39.822846.176654.3910
Yxy46.17660.28370.3289
Hunter Lab67.9534-14.31180.1107
CIE-Lab73.6600-12.3252-4.1048

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

#97bcbc hex color red value is 151, green value is 188 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #97bcbc hue: 0.50 , saturation: 0.22 and the lightness value of 97bcbc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111100 10111100
Octal 227 274 274
Decimal 151 188 188
Hex 97 BC BC

RGB Percentages of Color #97bcbc

%28.65
%35.67
%35.67

CMYK Percentages of Color #97bcbc

%20
%0
%0
%26

Triadic Colors of #97bcbc

#97bcbc #bc97bc #bcbc97

Analogous Colors of #97bcbc

#97bcbc #97aabc #97bcaa

Monochromatic Colors of #97bcbc

#97bcbc

Complementary Color

#97bcbc #bc9797

#97bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#97bcbc Color CSS Codes

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

#97bcbc Text Font Color

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

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


#97bcbc Background Color

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

This div background color is #97bcbc


#97bcbc Border Color

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

This div border color is #97bcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97bcbc


Comments

No comments written yet.

Please login to write comment.