Color Hex Logo

#97cfaf Color Hex

#97CFAF
(151,207,175)
0 Favorites   0 Comments

Color spaces of #97cfaf

RGB 151207175
HSL0.400.370.70
HSV146°27°81°
CMYK 0.270.000.15   0.19
XYZ42.813254.300148.7819
Yxy54.30010.29350.3722
Hunter Lab73.6886-25.246312.3320
CIE-Lab78.6364-24.635310.1293

#97cfaf color RGB value is (151,207,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11001111 10101111
Octal 227 317 257
Decimal 151 207 175
Hex 97 CF AF

RGB Percentages of Color #97cfaf

%28.33
%38.84
%32.83

CMYK Percentages of Color #97cfaf

%27
%0
%15
%19

Triadic Colors of #97cfaf

#97cfaf #af97cf #cfaf97

Analogous Colors of #97cfaf

#97cfaf #97cfcb #9bcf97

Monochromatic Colors of #97cfaf

#97cfaf

Complementary Color

#97cfaf #cf97b7

#97cfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97cfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#97cfaf Color CSS Codes

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

#97cfaf Text Font Color

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

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


#97cfaf Background Color

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

This div background color is #97cfaf


#97cfaf Border Color

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

This div border color is #97cfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97cfaf


Comments

No comments written yet.

Please login to write comment.