Color Hex Logo

#97ccdf Color Hex

#97CCDF
(151,204,223)
0 Favorites   0 Comments

Color spaces of #97ccdf

RGB 151204223
HSL0.540.530.73
HSV196°32°87°
CMYK 0.320.090.00   0.13
XYZ47.674655.092877.9333
Yxy55.09280.26380.3049
Hunter Lab74.2245-15.2419-10.2954
CIE-Lab79.0947-12.6205-14.9467

#97ccdf color RGB value is (151,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11001100 11011111
Octal 227 314 337
Decimal 151 204 223
Hex 97 CC DF

RGB Percentages of Color #97ccdf

%26.12
%35.29
%38.58

CMYK Percentages of Color #97ccdf

%32
%9
%0
%13

Triadic Colors of #97ccdf

#97ccdf #df97cc #ccdf97

Analogous Colors of #97ccdf

#97ccdf #97a8df #97dfce

Monochromatic Colors of #97ccdf

#97ccdf

Complementary Color

#97ccdf #dfaa97

#97ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ccdf Color CSS Codes

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

#97ccdf Text Font Color

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

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


#97ccdf Background Color

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

This div background color is #97ccdf


#97ccdf Border Color

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

This div border color is #97ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ccdf


Comments

No comments written yet.

Please login to write comment.