Color Hex Logo

#97dcab Color Hex

#97DCAB
(151,220,171)
0 Favorites   0 Comments

Color spaces of #97dcab

RGB 151220171
HSL0.380.500.73
HSV137°31°86°
CMYK 0.310.000.22   0.14
XYZ45.706460.706047.8365
Yxy60.70600.29630.3936
Hunter Lab77.9141-31.636918.1379
CIE-Lab82.2204-31.637517.3037

#97dcab color RGB value is (151,220,171).

#97dcab hex color red value is 151, green value is 220 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #97dcab hue: 0.38 , saturation: 0.50 and the lightness value of 97dcab is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011100 10101011
Octal 227 334 253
Decimal 151 220 171
Hex 97 DC AB

RGB Percentages of Color #97dcab

%27.86
%40.59
%31.55

CMYK Percentages of Color #97dcab

%31
%0
%22
%14

Triadic Colors of #97dcab

#97dcab #ab97dc #dcab97

Analogous Colors of #97dcab

#97dcab #97dcce #a6dc97

Monochromatic Colors of #97dcab

#97dcab

Complementary Color

#97dcab #dc97c8

#97dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dcab Color CSS Codes

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

#97dcab Text Font Color

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

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


#97dcab Background Color

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

This div background color is #97dcab


#97dcab Border Color

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

This div border color is #97dcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dcab


Comments

No comments written yet.

Please login to write comment.