Color Hex Logo

#97feaa Color Hex

#97FEAA
(151,254,170)
0 Favorites   0 Comments

Color spaces of #97feaa

RGB 151254170
HSL0.360.980.79
HSV131°41°100°
CMYK 0.410.000.33   0.00
XYZ55.460080.365250.6192
Yxy80.36520.29750.4310
Hunter Lab89.6466-46.452429.2744
CIE-Lab91.8485-47.049331.0110

#97feaa color RGB value is (151,254,170).

#97feaa hex color red value is 151, green value is 254 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #97feaa hue: 0.36 , saturation: 0.98 and the lightness value of 97feaa is 0.79.

The process color (four color CMYK) of #97feaa color hex is 0.41, 0.00, 0.33, 0.00. Web safe color of #97feaa is #99ff99. Color #97feaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111110 10101010
Octal 227 376 252
Decimal 151 254 170
Hex 97 FE AA

RGB Percentages of Color #97feaa

%26.26
%44.17
%29.57

CMYK Percentages of Color #97feaa

%41
%0
%33
%0

Triadic Colors of #97feaa

#97feaa #aa97fe #feaa97

Analogous Colors of #97feaa

#97feaa #97fede #b8fe97

Monochromatic Colors of #97feaa

#97feaa

Complementary Color

#97feaa #fe97eb

#97feaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97feaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#97feaa Color CSS Codes

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

#97feaa Text Font Color

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

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


#97feaa Background Color

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

This div background color is #97feaa


#97feaa Border Color

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

This div border color is #97feaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97feaa


Comments

No comments written yet.

Please login to write comment.