Color Hex Logo

#97deec Color Hex

#97DEEC
(151,222,236)
0 Favorites   0 Comments

Color spaces of #97deec

RGB 151222236
HSL0.530.690.76
HSV190°36°93°
CMYK 0.360.060.00   0.07
XYZ54.024164.878089.0322
Yxy64.87800.25980.3120
Hunter Lab80.5469-21.2342-9.1532
CIE-Lab84.4208-18.6710-13.8825

#97deec color RGB value is (151,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011110 11101100
Octal 227 336 354
Decimal 151 222 236
Hex 97 DE EC

RGB Percentages of Color #97deec

%24.79
%36.45
%38.75

CMYK Percentages of Color #97deec

%36
%6
%0
%7

Triadic Colors of #97deec

#97deec #ec97de #deec97

Analogous Colors of #97deec

#97deec #97b4ec #97ecd0

Monochromatic Colors of #97deec

#97deec

Complementary Color

#97deec #eca597

#97deec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97deec Color Preview on White Background

Lorem ipsum dolor sit amet.

#97deec Color CSS Codes

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

#97deec Text Font Color

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

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


#97deec Background Color

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

This div background color is #97deec


#97deec Border Color

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

This div border color is #97deec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97deec


Comments

No comments written yet.

Please login to write comment.