Color Hex Logo

#97fbab Color Hex

#97FBAB
(151,251,171)
0 Favorites   0 Comments

Color spaces of #97fbab

RGB 151251171
HSL0.370.930.79
HSV132°40°98°
CMYK 0.400.000.32   0.02
XYZ54.610478.513950.8045
Yxy78.51390.29690.4269
Hunter Lab88.6081-45.052128.0310
CIE-Lab91.0139-45.596529.3833

#97fbab color RGB value is (151,251,171).

#97fbab hex color red value is 151, green value is 251 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #97fbab hue: 0.37 , saturation: 0.93 and the lightness value of 97fbab is 0.79.

The process color (four color CMYK) of #97fbab color hex is 0.40, 0.00, 0.32, 0.02. Web safe color of #97fbab is #99ff99. Color #97fbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111011 10101011
Octal 227 373 253
Decimal 151 251 171
Hex 97 FB AB

RGB Percentages of Color #97fbab

%26.35
%43.80
%29.84

CMYK Percentages of Color #97fbab

%40
%0
%32
%2

Triadic Colors of #97fbab

#97fbab #ab97fb #fbab97

Analogous Colors of #97fbab

#97fbab #97fbdd #b5fb97

Monochromatic Colors of #97fbab

#97fbab

Complementary Color

#97fbab #fb97e7

#97fbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97fbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#97fbab Color CSS Codes

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

#97fbab Text Font Color

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

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


#97fbab Background Color

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

This div background color is #97fbab


#97fbab Border Color

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

This div border color is #97fbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97fbab


Comments

No comments written yet.

Please login to write comment.