Color Hex Logo

#97bddd Color Hex

#97BDDD
(151,189,221)
0 Favorites   0 Comments

Color spaces of #97bddd

RGB 151189221
HSL0.580.510.73
HSV207°32°87°
CMYK 0.320.140.00   0.13
XYZ44.011248.195075.3895
Yxy48.19500.26260.2876
Hunter Lab69.4226-8.3276-15.7901
CIE-Lab74.9478-5.1938-20.1285

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

#97bddd hex color red value is 151, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #97bddd hue: 0.58 , saturation: 0.51 and the lightness value of 97bddd is 0.73.

The process color (four color CMYK) of #97bddd color hex is 0.32, 0.14, 0.00, 0.13. Web safe color of #97bddd is #99cccc. Color #97bddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111101 11011101
Octal 227 275 335
Decimal 151 189 221
Hex 97 BD DD

RGB Percentages of Color #97bddd

%26.92
%33.69
%39.39

CMYK Percentages of Color #97bddd

%32
%14
%0
%13

Triadic Colors of #97bddd

#97bddd #dd97bd #bddd97

Analogous Colors of #97bddd

#97bddd #979add #97ddda

Monochromatic Colors of #97bddd

#97bddd

Complementary Color

#97bddd #ddb797

#97bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#97bddd Color CSS Codes

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

#97bddd Text Font Color

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

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


#97bddd Background Color

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

This div background color is #97bddd


#97bddd Border Color

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

This div border color is #97bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97bddd


Comments

No comments written yet.

Please login to write comment.