Color Hex Logo

#96adcb Color Hex

#96ADCB
(150,173,203)
0 Favorites   0 Comments

Color spaces of #96adcb

RGB 150173203
HSL0.590.340.69
HSV214°26°80°
CMYK 0.260.150.00   0.20
XYZ38.300740.683062.3338
Yxy40.68300.27100.2879
Hunter Lab63.7832-4.4346-13.2944
CIE-Lab69.9533-1.1767-17.8722

#96adcb color RGB value is (150,173,203).

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

The process color (four color CMYK) of #96adcb color hex is 0.26, 0.15, 0.00, 0.20. Web safe color of #96adcb is #9999cc. Color #96adcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101101 11001011
Octal 226 255 313
Decimal 150 173 203
Hex 96 AD CB

RGB Percentages of Color #96adcb

%28.52
%32.89
%38.59

CMYK Percentages of Color #96adcb

%26
%15
%0
%20

Triadic Colors of #96adcb

#96adcb #cb96ad #adcb96

Analogous Colors of #96adcb

#96adcb #9a96cb #96c8cb

Monochromatic Colors of #96adcb

#96adcb

Complementary Color

#96adcb #cbb496

#96adcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96adcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#96adcb Color CSS Codes

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

#96adcb Text Font Color

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

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


#96adcb Background Color

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

This div background color is #96adcb


#96adcb Border Color

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

This div border color is #96adcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,173,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96adcb


Comments

No comments written yet.

Please login to write comment.