Color Hex Logo

#96daec Color Hex

#96DAEC
(150,218,236)
0 Favorites   0 Comments

Color spaces of #96daec

RGB 150218236
HSL0.530.690.76
HSV193°36°93°
CMYK 0.360.080.00   0.07
XYZ52.789462.683088.6736
Yxy62.68300.25860.3070
Hunter Lab79.1726-19.5348-10.9842
CIE-Lab83.2753-16.9131-15.6061

#96daec color RGB value is (150,218,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11011010 11101100
Octal 226 332 354
Decimal 150 218 236
Hex 96 DA EC

RGB Percentages of Color #96daec

%24.83
%36.09
%39.07

CMYK Percentages of Color #96daec

%36
%8
%0
%7

Triadic Colors of #96daec

#96daec #ec96da #daec96

Analogous Colors of #96daec

#96daec #96afec #96ecd3

Monochromatic Colors of #96daec

#96daec

Complementary Color

#96daec #eca896

#96daec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96daec Color Preview on White Background

Lorem ipsum dolor sit amet.

#96daec Color CSS Codes

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

#96daec Text Font Color

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

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


#96daec Background Color

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

This div background color is #96daec


#96daec Border Color

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

This div border color is #96daec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96daec


Comments

No comments written yet.

Please login to write comment.