Color Hex Logo

#96dcec Color Hex

#96DCEC
(150,220,236)
0 Favorites   0 Comments

Color spaces of #96dcec

RGB 150220236
HSL0.530.690.76
HSV191°36°93°
CMYK 0.360.070.00   0.07
XYZ53.311263.726688.8475
Yxy63.72660.25890.3095
Hunter Lab79.8289-20.4951-10.1079
CIE-Lab83.8232-17.9250-14.7834

#96dcec color RGB value is (150,220,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11011100 11101100
Octal 226 334 354
Decimal 150 220 236
Hex 96 DC EC

RGB Percentages of Color #96dcec

%24.75
%36.30
%38.94

CMYK Percentages of Color #96dcec

%36
%7
%0
%7

Triadic Colors of #96dcec

#96dcec #ec96dc #dcec96

Analogous Colors of #96dcec

#96dcec #96b1ec #96ecd1

Monochromatic Colors of #96dcec

#96dcec

Complementary Color

#96dcec #eca696

#96dcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96dcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#96dcec Color CSS Codes

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

#96dcec Text Font Color

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

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


#96dcec Background Color

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

This div background color is #96dcec


#96dcec Border Color

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

This div border color is #96dcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96dcec


Comments

No comments written yet.

Please login to write comment.