Color Hex Logo

#97fabd Color Hex

#97FABD
(151,250,189)
0 Favorites   0 Comments

Color spaces of #97fabd

RGB 151250189
HSL0.400.910.79
HSV143°40°98°
CMYK 0.400.000.24   0.02
XYZ56.133478.624660.3616
Yxy78.62460.28770.4030
Hunter Lab88.6705-42.172921.7083
CIE-Lab91.0642-41.984420.2962

#97fabd color RGB value is (151,250,189).

#97fabd hex color red value is 151, green value is 250 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #97fabd hue: 0.40 , saturation: 0.91 and the lightness value of 97fabd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111010 10111101
Octal 227 372 275
Decimal 151 250 189
Hex 97 FA BD

RGB Percentages of Color #97fabd

%25.59
%42.37
%32.03

CMYK Percentages of Color #97fabd

%40
%0
%24
%2

Triadic Colors of #97fabd

#97fabd #bd97fa #fabd97

Analogous Colors of #97fabd

#97fabd #97faef #a3fa97

Monochromatic Colors of #97fabd

#97fabd

Complementary Color

#97fabd #fa97d4

#97fabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97fabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#97fabd Color CSS Codes

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

#97fabd Text Font Color

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

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


#97fabd Background Color

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

This div background color is #97fabd


#97fabd Border Color

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

This div border color is #97fabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97fabd


Comments

No comments written yet.

Please login to write comment.