Color Hex Logo

#97ccde Color Hex

#97CCDE
(151,204,222)
0 Favorites   0 Comments

Color spaces of #97ccde

RGB 151204222
HSL0.540.520.73
HSV195°32°87°
CMYK 0.320.080.00   0.13
XYZ47.540255.039077.2252
Yxy55.03900.26440.3061
Hunter Lab74.1883-15.4458-9.7853
CIE-Lab79.0637-12.8607-14.4566

#97ccde color RGB value is (151,204,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11001100 11011110
Octal 227 314 336
Decimal 151 204 222
Hex 97 CC DE

RGB Percentages of Color #97ccde

%26.17
%35.36
%38.47

CMYK Percentages of Color #97ccde

%32
%8
%0
%13

Triadic Colors of #97ccde

#97ccde #de97cc #ccde97

Analogous Colors of #97ccde

#97ccde #97a9de #97decd

Monochromatic Colors of #97ccde

#97ccde

Complementary Color

#97ccde #dea997

#97ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ccde Color CSS Codes

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

#97ccde Text Font Color

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

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


#97ccde Background Color

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

This div background color is #97ccde


#97ccde Border Color

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

This div border color is #97ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ccde


Comments

No comments written yet.

Please login to write comment.