Color Hex Logo

#97b9ae Color Hex

#97B9AE
(151,185,174)
0 Favorites   0 Comments

Color spaces of #97b9ae

RGB 151185174
HSL0.450.200.66
HSV161°18°73°
CMYK 0.180.000.06   0.27
XYZ37.751444.333246.6119
Yxy44.33320.29330.3445
Hunter Lab66.5832-15.31455.1020
CIE-Lab72.4506-13.71541.7679

#97b9ae color RGB value is (151,185,174).

#97b9ae hex color red value is 151, green value is 185 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #97b9ae hue: 0.45 , saturation: 0.20 and the lightness value of 97b9ae is 0.66.

The process color (four color CMYK) of #97b9ae color hex is 0.18, 0.00, 0.06, 0.27. Web safe color of #97b9ae is #99cc99. Color #97b9ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111001 10101110
Octal 227 271 256
Decimal 151 185 174
Hex 97 B9 AE

RGB Percentages of Color #97b9ae

%29.61
%36.27
%34.12

CMYK Percentages of Color #97b9ae

%18
%0
%6
%27

Triadic Colors of #97b9ae

#97b9ae #ae97b9 #b9ae97

Analogous Colors of #97b9ae

#97b9ae #97b3b9 #97b99d

Monochromatic Colors of #97b9ae

#97b9ae

Complementary Color

#97b9ae #b997a2

#97b9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97b9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#97b9ae Color CSS Codes

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

#97b9ae Text Font Color

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

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


#97b9ae Background Color

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

This div background color is #97b9ae


#97b9ae Border Color

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

This div border color is #97b9ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97b9ae


Comments

No comments written yet.

Please login to write comment.