Color Hex Logo

#96deec Color Hex

#96DEEC
(150,222,236)
0 Favorites   0 Comments

Color spaces of #96deec

RGB 150222236
HSL0.530.690.76
HSV190°36°93°
CMYK 0.360.060.00   0.07
XYZ53.839364.782789.0236
Yxy64.78270.25930.3120
Hunter Lab80.4877-21.4524-9.2364
CIE-Lab84.3716-18.9318-13.9613

#96deec color RGB value is (150,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11011110 11101100
Octal 226 336 354
Decimal 150 222 236
Hex 96 DE EC

RGB Percentages of Color #96deec

%24.67
%36.51
%38.82

CMYK Percentages of Color #96deec

%36
%6
%0
%7

Triadic Colors of #96deec

#96deec #ec96de #deec96

Analogous Colors of #96deec

#96deec #96b3ec #96eccf

Monochromatic Colors of #96deec

#96deec

Complementary Color

#96deec #eca496

#96deec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96deec Color Preview on White Background

Lorem ipsum dolor sit amet.

#96deec Color CSS Codes

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

#96deec Text Font Color

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

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


#96deec Background Color

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

This div background color is #96deec


#96deec Border Color

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

This div border color is #96deec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,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 #96deec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96deec


Comments

No comments written yet.

Please login to write comment.