Color Hex Logo

#97bddf Color Hex

#97BDDF
(151,189,223)
0 Favorites   0 Comments

Color spaces of #97bddf

RGB 151189223
HSL0.580.530.73
HSV208°32°87°
CMYK 0.320.150.00   0.13
XYZ44.279448.302276.8015
Yxy48.30220.26140.2852
Hunter Lab69.4998-7.8995-16.8692
CIE-Lab75.0151-4.7001-21.1101

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111101 11011111
Octal 227 275 337
Decimal 151 189 223
Hex 97 BD DF

RGB Percentages of Color #97bddf

%26.82
%33.57
%39.61

CMYK Percentages of Color #97bddf

%32
%15
%0
%13

Triadic Colors of #97bddf

#97bddf #df97bd #bddf97

Analogous Colors of #97bddf

#97bddf #9799df #97dfdd

Monochromatic Colors of #97bddf

#97bddf

Complementary Color

#97bddf #dfb997

#97bddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97bddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#97bddf Color CSS Codes

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

#97bddf Text Font Color

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

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


#97bddf Background Color

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

This div background color is #97bddf


#97bddf Border Color

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

This div border color is #97bddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97bddf


Comments

No comments written yet.

Please login to write comment.