Color Hex Logo

#96a1ce Color Hex

#96A1CE
(150,161,206)
0 Favorites   0 Comments

Color spaces of #96a1ce

RGB 150161206
HSL0.630.360.70
HSV228°27°81°
CMYK 0.270.220.00   0.19
XYZ36.463136.430063.5024
Yxy36.43000.26730.2671
Hunter Lab60.35732.2104-20.1294
CIE-Lab66.84726.2082-24.2588

#96a1ce color RGB value is (150,161,206).

#96a1ce hex color red value is 150, green value is 161 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #96a1ce hue: 0.63 , saturation: 0.36 and the lightness value of 96a1ce is 0.70.

The process color (four color CMYK) of #96a1ce color hex is 0.27, 0.22, 0.00, 0.19. Web safe color of #96a1ce is #9999cc. Color #96a1ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10100001 11001110
Octal 226 241 316
Decimal 150 161 206
Hex 96 A1 CE

RGB Percentages of Color #96a1ce

%29.01
%31.14
%39.85

CMYK Percentages of Color #96a1ce

%27
%22
%0
%19

Triadic Colors of #96a1ce

#96a1ce #ce96a1 #a1ce96

Analogous Colors of #96a1ce

#96a1ce #a796ce #96bdce

Monochromatic Colors of #96a1ce

#96a1ce

Complementary Color

#96a1ce #cec396

#96a1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96a1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#96a1ce Color CSS Codes

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

#96a1ce Text Font Color

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

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


#96a1ce Background Color

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

This div background color is #96a1ce


#96a1ce Border Color

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

This div border color is #96a1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96a1ce


Comments

No comments written yet.

Please login to write comment.