Color Hex Logo

#97dfaf Color Hex

#97DFAF
(151,223,175)
0 Favorites   0 Comments

Color spaces of #97dfaf

RGB 151223175
HSL0.390.530.73
HSV140°32°87°
CMYK 0.320.000.22   0.13
XYZ46.888062.449850.1402
Yxy62.44980.29400.3916
Hunter Lab79.0252-32.384717.6991
CIE-Lab83.1520-32.306116.5075

#97dfaf color RGB value is (151,223,175).

#97dfaf hex color red value is 151, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #97dfaf hue: 0.39 , saturation: 0.53 and the lightness value of 97dfaf is 0.73.

The process color (four color CMYK) of #97dfaf color hex is 0.32, 0.00, 0.22, 0.13. Web safe color of #97dfaf is #99cc99. Color #97dfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011111 10101111
Octal 227 337 257
Decimal 151 223 175
Hex 97 DF AF

RGB Percentages of Color #97dfaf

%27.50
%40.62
%31.88

CMYK Percentages of Color #97dfaf

%32
%0
%22
%13

Triadic Colors of #97dfaf

#97dfaf #af97df #dfaf97

Analogous Colors of #97dfaf

#97dfaf #97dfd3 #a3df97

Monochromatic Colors of #97dfaf

#97dfaf

Complementary Color

#97dfaf #df97c7

#97dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dfaf Color CSS Codes

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

#97dfaf Text Font Color

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

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


#97dfaf Background Color

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

This div background color is #97dfaf


#97dfaf Border Color

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

This div border color is #97dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dfaf


Comments

No comments written yet.

Please login to write comment.