Color Hex Logo

#97dbaf Color Hex

#97DBAF
(151,219,175)
0 Favorites   0 Comments

Color spaces of #97dbaf

RGB 151219175
HSL0.390.490.73
HSV141°31°86°
CMYK 0.310.000.20   0.14
XYZ45.831960.337549.7881
Yxy60.33750.29390.3869
Hunter Lab77.6772-30.614716.3714
CIE-Lab82.0213-30.420914.9203

#97dbaf color RGB value is (151,219,175).

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

The process color (four color CMYK) of #97dbaf color hex is 0.31, 0.00, 0.20, 0.14. Web safe color of #97dbaf is #99cc99. Color #97dbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011011 10101111
Octal 227 333 257
Decimal 151 219 175
Hex 97 DB AF

RGB Percentages of Color #97dbaf

%27.71
%40.18
%32.11

CMYK Percentages of Color #97dbaf

%31
%0
%20
%14

Triadic Colors of #97dbaf

#97dbaf #af97db #dbaf97

Analogous Colors of #97dbaf

#97dbaf #97dbd1 #a1db97

Monochromatic Colors of #97dbaf

#97dbaf

Complementary Color

#97dbaf #db97c3

#97dbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dbaf Color CSS Codes

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

#97dbaf Text Font Color

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

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


#97dbaf Background Color

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

This div background color is #97dbaf


#97dbaf Border Color

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

This div border color is #97dbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dbaf


Comments

No comments written yet.

Please login to write comment.