Color Hex Logo

#97afbd Color Hex

#97AFBD
(151,175,189)
0 Favorites   0 Comments

Color spaces of #97afbd

RGB 151175189
HSL0.560.220.67
HSV202°20°74°
CMYK 0.200.070.00   0.26
XYZ37.277840.913454.0764
Yxy40.91340.28180.3093
Hunter Lab63.9636-7.9070-5.3507
CIE-Lab70.1152-5.1922-9.9100

#97afbd color RGB value is (151,175,189).

#97afbd hex color red value is 151, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #97afbd hue: 0.56 , saturation: 0.22 and the lightness value of 97afbd is 0.67.

The process color (four color CMYK) of #97afbd color hex is 0.20, 0.07, 0.00, 0.26. Web safe color of #97afbd is #9999cc. Color #97afbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101111 10111101
Octal 227 257 275
Decimal 151 175 189
Hex 97 AF BD

RGB Percentages of Color #97afbd

%29.32
%33.98
%36.70

CMYK Percentages of Color #97afbd

%20
%7
%0
%26

Triadic Colors of #97afbd

#97afbd #bd97af #afbd97

Analogous Colors of #97afbd

#97afbd #979cbd #97bdb8

Monochromatic Colors of #97afbd

#97afbd

Complementary Color

#97afbd #bda597

#97afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#97afbd Color CSS Codes

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

#97afbd Text Font Color

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

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


#97afbd Background Color

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

This div background color is #97afbd


#97afbd Border Color

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

This div border color is #97afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97afbd


Comments

No comments written yet.

Please login to write comment.