Color Hex Logo

#97ccbc Color Hex

#97CCBC
(151,204,188)
1 Favorites   0 Comments

Color spaces of #97ccbc

RGB 151204188
HSL0.450.340.70
HSV162°26°80°
CMYK 0.260.000.08   0.20
XYZ43.432553.395955.5943
Yxy53.39590.28490.3503
Hunter Lab73.0725-21.78096.0423
CIE-Lab78.1082-20.51922.4027

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11001100 10111100
Octal 227 314 274
Decimal 151 204 188
Hex 97 CC BC

RGB Percentages of Color #97ccbc

%27.81
%37.57
%34.62

CMYK Percentages of Color #97ccbc

%26
%0
%8
%20

Triadic Colors of #97ccbc

#97ccbc #bc97cc #ccbc97

Analogous Colors of #97ccbc

#97ccbc #97c2cc #97cca2

Monochromatic Colors of #97ccbc

#97ccbc

Complementary Color

#97ccbc #cc97a7

#97ccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ccbc Color CSS Codes

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

#97ccbc Text Font Color

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

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


#97ccbc Background Color

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

This div background color is #97ccbc


#97ccbc Border Color

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

This div border color is #97ccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ccbc


Comments

No comments written yet.

Please login to write comment.