Color Hex Logo

#97ffaa Color Hex

#97FFAA
(151,255,170)
0 Favorites   0 Comments

Color spaces of #97ffaa

RGB 151255170
HSL0.361.000.80
HSV131°41°100°
CMYK 0.410.000.33   0.00
XYZ55.778281.001650.7253
Yxy81.00160.29750.4320
Hunter Lab90.0009-46.875929.5843
CIE-Lab92.1324-47.475631.3924

#97ffaa color RGB value is (151,255,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111111 10101010
Octal 227 377 252
Decimal 151 255 170
Hex 97 FF AA

RGB Percentages of Color #97ffaa

%26.22
%44.27
%29.51

CMYK Percentages of Color #97ffaa

%41
%0
%33
%0

Triadic Colors of #97ffaa

#97ffaa #aa97ff #ffaa97

Analogous Colors of #97ffaa

#97ffaa #97ffde #b8ff97

Monochromatic Colors of #97ffaa

#97ffaa

Complementary Color

#97ffaa #ff97ec

#97ffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ffaa Color CSS Codes

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

#97ffaa Text Font Color

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

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


#97ffaa Background Color

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

This div background color is #97ffaa


#97ffaa Border Color

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

This div border color is #97ffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ffaa

Related Colors


Comments

No comments written yet.

Please login to write comment.