Color Hex Logo

#97bdbd Color Hex

#97BDBD
(151,189,189)
0 Favorites   0 Comments

Color spaces of #97bdbd

RGB 151189189
HSL0.500.220.67
HSV180°20°74°
CMYK 0.200.000.00   0.26
XYZ40.145446.648655.0323
Yxy46.64860.28310.3289
Hunter Lab68.2998-14.60550.0371
CIE-Lab73.9644-12.6299-4.2012

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

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

The process color (four color CMYK) of #97bdbd color hex is 0.20, 0.00, 0.00, 0.26. Web safe color of #97bdbd is #99cccc. Color #97bdbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111101 10111101
Octal 227 275 275
Decimal 151 189 189
Hex 97 BD BD

RGB Percentages of Color #97bdbd

%28.54
%35.73
%35.73

CMYK Percentages of Color #97bdbd

%20
%0
%0
%26

Triadic Colors of #97bdbd

#97bdbd #bd97bd #bdbd97

Analogous Colors of #97bdbd

#97bdbd #97aabd #97bdaa

Monochromatic Colors of #97bdbd

#97bdbd

Complementary Color

#97bdbd #bd9797

#97bdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97bdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#97bdbd Color CSS Codes

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

#97bdbd Text Font Color

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

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


#97bdbd Background Color

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

This div background color is #97bdbd


#97bdbd Border Color

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

This div border color is #97bdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97bdbd

#97bdbd Color Palettes


Comments

No comments written yet.

Please login to write comment.