Color Hex Logo

#97deaa Color Hex

#97DEAA
(151,222,170)
0 Favorites   0 Comments

Color spaces of #97deaa

RGB 151222170
HSL0.380.520.73
HSV136°32°87°
CMYK 0.320.000.23   0.13
XYZ46.139561.724147.5124
Yxy61.72410.29700.3973
Hunter Lab78.5647-32.658719.1393
CIE-Lab82.7665-32.757818.5893

#97deaa color RGB value is (151,222,170).

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

The process color (four color CMYK) of #97deaa color hex is 0.32, 0.00, 0.23, 0.13. Web safe color of #97deaa is #99cc99. Color #97deaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011110 10101010
Octal 227 336 252
Decimal 151 222 170
Hex 97 DE AA

RGB Percentages of Color #97deaa

%27.81
%40.88
%31.31

CMYK Percentages of Color #97deaa

%32
%0
%23
%13

Triadic Colors of #97deaa

#97deaa #aa97de #deaa97

Analogous Colors of #97deaa

#97deaa #97dece #a8de97

Monochromatic Colors of #97deaa

#97deaa

Complementary Color

#97deaa #de97cb

#97deaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97deaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#97deaa Color CSS Codes

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

#97deaa Text Font Color

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

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


#97deaa Background Color

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

This div background color is #97deaa


#97deaa Border Color

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

This div border color is #97deaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97deaa


Comments

No comments written yet.

Please login to write comment.