Color Hex Logo

#97bfae Color Hex

#97BFAE
(151,191,174)
0 Favorites   0 Comments

Color spaces of #97bfae

RGB 151191174
HSL0.430.240.67
HSV155°21°75°
CMYK 0.210.000.09   0.25
XYZ39.033346.896947.0391
Yxy46.89690.29360.3527
Hunter Lab68.4813-18.10007.2112
CIE-Lab74.1238-16.81334.1935

#97bfae color RGB value is (151,191,174).

#97bfae hex color red value is 151, green value is 191 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #97bfae hue: 0.43 , saturation: 0.24 and the lightness value of 97bfae is 0.67.

The process color (four color CMYK) of #97bfae color hex is 0.21, 0.00, 0.09, 0.25. Web safe color of #97bfae is #99cc99. Color #97bfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111111 10101110
Octal 227 277 256
Decimal 151 191 174
Hex 97 BF AE

RGB Percentages of Color #97bfae

%29.26
%37.02
%33.72

CMYK Percentages of Color #97bfae

%21
%0
%9
%25

Triadic Colors of #97bfae

#97bfae #ae97bf #bfae97

Analogous Colors of #97bfae

#97bfae #97bcbf #97bf9a

Monochromatic Colors of #97bfae

#97bfae

Complementary Color

#97bfae #bf97a8

#97bfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97bfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#97bfae Color CSS Codes

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

#97bfae Text Font Color

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

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


#97bfae Background Color

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

This div background color is #97bfae


#97bfae Border Color

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

This div border color is #97bfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97bfae


Comments

No comments written yet.

Please login to write comment.