Color Hex Logo

#97cadb Color Hex

#97CADB
(151,202,219)
0 Favorites   0 Comments

Color spaces of #97cadb

RGB 151202219
HSL0.540.490.73
HSV195°31°86°
CMYK 0.310.080.00   0.14
XYZ46.669253.934874.9686
Yxy53.93480.26580.3072
Hunter Lab73.4403-15.0890-9.1156
CIE-Lab78.4237-12.5408-13.8056

#97cadb color RGB value is (151,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11001010 11011011
Octal 227 312 333
Decimal 151 202 219
Hex 97 CA DB

RGB Percentages of Color #97cadb

%26.40
%35.31
%38.29

CMYK Percentages of Color #97cadb

%31
%8
%0
%14

Triadic Colors of #97cadb

#97cadb #db97ca #cadb97

Analogous Colors of #97cadb

#97cadb #97a8db #97dbca

Monochromatic Colors of #97cadb

#97cadb

Complementary Color

#97cadb #dba897

#97cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97cadb Color CSS Codes

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

#97cadb Text Font Color

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

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


#97cadb Background Color

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

This div background color is #97cadb


#97cadb Border Color

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

This div border color is #97cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97cadb


Comments

No comments written yet.

Please login to write comment.