Color Hex Logo

#97ccda Color Hex

#97CCDA
(151,204,218)
0 Favorites   0 Comments

Color spaces of #97ccda

RGB 151204218
HSL0.530.480.72
HSV193°31°85°
CMYK 0.310.060.00   0.15
XYZ47.010354.827074.4346
Yxy54.82700.26670.3110
Hunter Lab74.0453-16.2520-7.7701
CIE-Lab78.9415-13.8141-12.4925

#97ccda color RGB value is (151,204,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11001100 11011010
Octal 227 314 332
Decimal 151 204 218
Hex 97 CC DA

RGB Percentages of Color #97ccda

%26.35
%35.60
%38.05

CMYK Percentages of Color #97ccda

%31
%6
%0
%15

Triadic Colors of #97ccda

#97ccda #da97cc #ccda97

Analogous Colors of #97ccda

#97ccda #97abda #97dac7

Monochromatic Colors of #97ccda

#97ccda

Complementary Color

#97ccda #daa597

#97ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ccda Color CSS Codes

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

#97ccda Text Font Color

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

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


#97ccda Background Color

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

This div background color is #97ccda


#97ccda Border Color

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

This div border color is #97ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97ccda


Comments

No comments written yet.

Please login to write comment.