Color Hex Logo

#97cdbc Color Hex

#97CDBC
(151,205,188)
0 Favorites   0 Comments

Color spaces of #97cdbc

RGB 151205188
HSL0.450.350.70
HSV161°26°80°
CMYK 0.260.000.08   0.20
XYZ43.670953.872855.6737
Yxy53.87280.28500.3516
Hunter Lab73.3981-22.24156.4062
CIE-Lab78.3875-21.01992.8083

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11001101 10111100
Octal 227 315 274
Decimal 151 205 188
Hex 97 CD BC

RGB Percentages of Color #97cdbc

%27.76
%37.68
%34.56

CMYK Percentages of Color #97cdbc

%26
%0
%8
%20

Triadic Colors of #97cdbc

#97cdbc #bc97cd #cdbc97

Analogous Colors of #97cdbc

#97cdbc #97c3cd #97cda1

Monochromatic Colors of #97cdbc

#97cdbc

Complementary Color

#97cdbc #cd97a8

#97cdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97cdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#97cdbc Color CSS Codes

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

#97cdbc Text Font Color

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

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


#97cdbc Background Color

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

This div background color is #97cdbc


#97cdbc Border Color

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

This div border color is #97cdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97cdbc


Comments

No comments written yet.

Please login to write comment.