Color Hex Logo

#96cbec Color Hex

#96CBEC
(150,203,236)
0 Favorites   0 Comments

Color spaces of #96cbec

RGB 150203236
HSL0.560.690.76
HSV203°36°93°
CMYK 0.360.140.00   0.07
XYZ49.073955.252087.4351
Yxy55.25200.25590.2881
Hunter Lab74.3317-12.2345-17.7096
CIE-Lab79.1862-9.1656-21.7827

#96cbec color RGB value is (150,203,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001011 11101100
Octal 226 313 354
Decimal 150 203 236
Hex 96 CB EC

RGB Percentages of Color #96cbec

%25.47
%34.47
%40.07

CMYK Percentages of Color #96cbec

%36
%14
%0
%7

Triadic Colors of #96cbec

#96cbec #ec96cb #cbec96

Analogous Colors of #96cbec

#96cbec #96a0ec #96ece2

Monochromatic Colors of #96cbec

#96cbec

Complementary Color

#96cbec #ecb796

#96cbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96cbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#96cbec Color CSS Codes

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

#96cbec Text Font Color

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

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


#96cbec Background Color

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

This div background color is #96cbec


#96cbec Border Color

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

This div border color is #96cbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96cbec

#96cbec Color Palettes


Comments

No comments written yet.

Please login to write comment.