Color Hex Logo

#96baca Color Hex

#96BACA
(150,186,202)
0 Favorites   0 Comments

Color spaces of #96baca

RGB 150186202
HSL0.550.330.69
HSV198°26°79°
CMYK 0.260.080.00   0.21
XYZ40.797345.866162.5799
Yxy45.86610.27340.3073
Hunter Lab67.7245-10.9894-7.3789
CIE-Lab73.4586-8.4297-12.0468

#96baca color RGB value is (150,186,202).

#96baca hex color red value is 150, green value is 186 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #96baca hue: 0.55 , saturation: 0.33 and the lightness value of 96baca is 0.69.

The process color (four color CMYK) of #96baca color hex is 0.26, 0.08, 0.00, 0.21. Web safe color of #96baca is #99cccc. Color #96baca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111010 11001010
Octal 226 272 312
Decimal 150 186 202
Hex 96 BA CA

RGB Percentages of Color #96baca

%27.88
%34.57
%37.55

CMYK Percentages of Color #96baca

%26
%8
%0
%21

Triadic Colors of #96baca

#96baca #ca96ba #baca96

Analogous Colors of #96baca

#96baca #96a0ca #96cac0

Monochromatic Colors of #96baca

#96baca

Complementary Color

#96baca #caa696

#96baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#96baca Color CSS Codes

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

#96baca Text Font Color

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

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


#96baca Background Color

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

This div background color is #96baca


#96baca Border Color

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

This div border color is #96baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96baca

#96baca Color Palettes


Comments

No comments written yet.

Please login to write comment.