Color Hex Logo

#97dbef Color Hex

#97DBEF
(151,219,239)
0 Favorites   0 Comments

Color spaces of #97dbef

RGB 151219239
HSL0.540.730.76
HSV194°37°94°
CMYK 0.370.080.00   0.06
XYZ53.674063.474391.0842
Yxy63.47430.25780.3048
Hunter Lab79.6708-19.1688-12.0142
CIE-Lab83.6913-16.4232-16.5662

#97dbef color RGB value is (151,219,239).

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

The process color (four color CMYK) of #97dbef color hex is 0.37, 0.08, 0.00, 0.06. Web safe color of #97dbef is #99ccff. Color #97dbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011011 11101111
Octal 227 333 357
Decimal 151 219 239
Hex 97 DB EF

RGB Percentages of Color #97dbef

%24.79
%35.96
%39.24

CMYK Percentages of Color #97dbef

%37
%8
%0
%6

Triadic Colors of #97dbef

#97dbef #ef97db #dbef97

Analogous Colors of #97dbef

#97dbef #97afef #97efd7

Monochromatic Colors of #97dbef

#97dbef

Complementary Color

#97dbef #efab97

#97dbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dbef Color CSS Codes

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

#97dbef Text Font Color

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

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


#97dbef Background Color

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

This div background color is #97dbef


#97dbef Border Color

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

This div border color is #97dbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dbef


Comments

No comments written yet.

Please login to write comment.