Color Hex Logo

#97cfbc Color Hex

#97CFBC
(151,207,188)
0 Favorites   0 Comments

Color spaces of #97cfbc

RGB 151207188
HSL0.440.370.70
HSV160°27°81°
CMYK 0.270.000.09   0.19
XYZ44.152454.835855.8342
Yxy54.83580.28520.3542
Hunter Lab74.0512-23.16057.1315
CIE-Lab78.9466-22.01693.6187

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11001111 10111100
Octal 227 317 274
Decimal 151 207 188
Hex 97 CF BC

RGB Percentages of Color #97cfbc

%27.66
%37.91
%34.43

CMYK Percentages of Color #97cfbc

%27
%0
%9
%19

Triadic Colors of #97cfbc

#97cfbc #bc97cf #cfbc97

Analogous Colors of #97cfbc

#97cfbc #97c6cf #97cfa0

Monochromatic Colors of #97cfbc

#97cfbc

Complementary Color

#97cfbc #cf97aa

#97cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#97cfbc Color CSS Codes

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

#97cfbc Text Font Color

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

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


#97cfbc Background Color

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

This div background color is #97cfbc


#97cfbc Border Color

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

This div border color is #97cfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97cfbc


Comments

No comments written yet.

Please login to write comment.