Color Hex Logo

#97dadf Color Hex

#97DADF
(151,218,223)
0 Favorites   0 Comments

Color spaces of #97dadf

RGB 151218223
HSL0.510.530.73
HSV184°32°87°
CMYK 0.320.020.00   0.13
XYZ51.153262.049879.0928
Yxy62.04980.26600.3227
Hunter Lab78.7717-21.9351-4.3915
CIE-Lab82.9399-19.7582-9.1999

#97dadf color RGB value is (151,218,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011010 11011111
Octal 227 332 337
Decimal 151 218 223
Hex 97 DA DF

RGB Percentages of Color #97dadf

%25.51
%36.82
%37.67

CMYK Percentages of Color #97dadf

%32
%2
%0
%13

Triadic Colors of #97dadf

#97dadf #df97da #dadf97

Analogous Colors of #97dadf

#97dadf #97b6df #97dfc0

Monochromatic Colors of #97dadf

#97dadf

Complementary Color

#97dadf #df9c97

#97dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dadf Color CSS Codes

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

#97dadf Text Font Color

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

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


#97dadf Background Color

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

This div background color is #97dadf


#97dadf Border Color

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

This div border color is #97dadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dadf


Comments

No comments written yet.

Please login to write comment.