Color Hex Logo

#97daeb Color Hex

#97DAEB
(151,218,235)
0 Favorites   0 Comments

Color spaces of #97daeb

RGB 151218235
HSL0.530.680.76
HSV192°36°92°
CMYK 0.360.070.00   0.08
XYZ52.829362.720387.9191
Yxy62.72030.25960.3083
Hunter Lab79.1961-19.5214-10.3831
CIE-Lab83.2950-16.8944-15.0409

#97daeb color RGB value is (151,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011010 11101011
Octal 227 332 353
Decimal 151 218 235
Hex 97 DA EB

RGB Percentages of Color #97daeb

%25.00
%36.09
%38.91

CMYK Percentages of Color #97daeb

%36
%7
%0
%8

Triadic Colors of #97daeb

#97daeb #eb97da #daeb97

Analogous Colors of #97daeb

#97daeb #97b0eb #97ebd2

Monochromatic Colors of #97daeb

#97daeb

Complementary Color

#97daeb #eba897

#97daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97daeb Color CSS Codes

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

#97daeb Text Font Color

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

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


#97daeb Background Color

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

This div background color is #97daeb


#97daeb Border Color

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

This div border color is #97daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97daeb


Comments

No comments written yet.

Please login to write comment.