Color Hex Logo

#97efaa Color Hex

#97EFAA
(151,239,170)
0 Favorites   0 Comments

Color spaces of #97efaa

RGB 151239170
HSL0.370.730.76
HSV133°37°94°
CMYK 0.370.000.29   0.06
XYZ50.884771.214649.0941
Yxy71.21460.29720.4160
Hunter Lab84.3887-40.048424.5795
CIE-Lab87.5892-40.511025.2393

#97efaa color RGB value is (151,239,170).

#97efaa hex color red value is 151, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #97efaa hue: 0.37 , saturation: 0.73 and the lightness value of 97efaa is 0.76.

The process color (four color CMYK) of #97efaa color hex is 0.37, 0.00, 0.29, 0.06. Web safe color of #97efaa is #99ff99. Color #97efaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101111 10101010
Octal 227 357 252
Decimal 151 239 170
Hex 97 EF AA

RGB Percentages of Color #97efaa

%26.96
%42.68
%30.36

CMYK Percentages of Color #97efaa

%37
%0
%29
%6

Triadic Colors of #97efaa

#97efaa #aa97ef #efaa97

Analogous Colors of #97efaa

#97efaa #97efd6 #b0ef97

Monochromatic Colors of #97efaa

#97efaa

Complementary Color

#97efaa #ef97dc

#97efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#97efaa Color CSS Codes

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

#97efaa Text Font Color

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

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


#97efaa Background Color

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

This div background color is #97efaa


#97efaa Border Color

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

This div border color is #97efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97efaa


Comments

No comments written yet.

Please login to write comment.