Color Hex Logo

#97dadb Color Hex

#97DADB
(151,218,219)
0 Favorites   0 Comments

Color spaces of #97dadb

RGB 151218219
HSL0.500.490.73
HSV181°31°86°
CMYK 0.310.000.00   0.14
XYZ50.620161.836676.2855
Yxy61.83660.26820.3276
Hunter Lab78.6363-22.7086-2.4722
CIE-Lab82.8264-20.6870-7.2427

#97dadb color RGB value is (151,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011010 11011011
Octal 227 332 333
Decimal 151 218 219
Hex 97 DA DB

RGB Percentages of Color #97dadb

%25.68
%37.07
%37.24

CMYK Percentages of Color #97dadb

%31
%0
%0
%14

Triadic Colors of #97dadb

#97dadb #db97da #dadb97

Analogous Colors of #97dadb

#97dadb #97b8db #97dbba

Monochromatic Colors of #97dadb

#97dadb

Complementary Color

#97dadb #db9897

#97dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dadb Color CSS Codes

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

#97dadb Text Font Color

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

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


#97dadb Background Color

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

This div background color is #97dadb


#97dadb Border Color

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

This div border color is #97dadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dadb


Comments

No comments written yet.

Please login to write comment.