Color Hex Logo

#97afae Color Hex

#97AFAE
(151,175,174)
0 Favorites   0 Comments

Color spaces of #97afae

RGB 151175174
HSL0.490.130.64
HSV178°14°69°
CMYK 0.140.000.01   0.31
XYZ35.732540.295245.9389
Yxy40.29520.29300.3304
Hunter Lab63.4785-10.60851.5272
CIE-Lab69.6793-8.4420-2.2813

#97afae color RGB value is (151,175,174).

#97afae hex color red value is 151, green value is 175 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #97afae hue: 0.49 , saturation: 0.13 and the lightness value of 97afae is 0.64.

The process color (four color CMYK) of #97afae color hex is 0.14, 0.00, 0.01, 0.31. Web safe color of #97afae is #999999. Color #97afae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101111 10101110
Octal 227 257 256
Decimal 151 175 174
Hex 97 AF AE

RGB Percentages of Color #97afae

%30.20
%35.00
%34.80

CMYK Percentages of Color #97afae

%14
%0
%1
%31

Triadic Colors of #97afae

#97afae #ae97af #afae97

Analogous Colors of #97afae

#97afae #97a4af #97afa2

Monochromatic Colors of #97afae

#97afae

Complementary Color

#97afae #af9798

#97afae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97afae Color Preview on White Background

Lorem ipsum dolor sit amet.

#97afae Color CSS Codes

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

#97afae Text Font Color

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

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


#97afae Background Color

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

This div background color is #97afae


#97afae Border Color

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

This div border color is #97afae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97afae


Comments

No comments written yet.

Please login to write comment.