Color Hex Logo

#96accc Color Hex

#96ACCC
(150,172,204)
0 Favorites   0 Comments

Color spaces of #96accc

RGB 150172204
HSL0.600.350.69
HSV216°26°80°
CMYK 0.260.160.00   0.20
XYZ38.229340.348762.8999
Yxy40.34870.27020.2852
Hunter Lab63.5206-3.7325-14.2462
CIE-Lab69.7172-0.3888-18.7804

#96accc color RGB value is (150,172,204).

#96accc hex color red value is 150, green value is 172 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #96accc hue: 0.60 , saturation: 0.35 and the lightness value of 96accc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101100 11001100
Octal 226 254 314
Decimal 150 172 204
Hex 96 AC CC

RGB Percentages of Color #96accc

%28.52
%32.70
%38.78

CMYK Percentages of Color #96accc

%26
%16
%0
%20

Triadic Colors of #96accc

#96accc #cc96ac #accc96

Analogous Colors of #96accc

#96accc #9b96cc #96c7cc

Monochromatic Colors of #96accc

#96accc

Complementary Color

#96accc #ccb696

#96accc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96accc Color Preview on White Background

Lorem ipsum dolor sit amet.

#96accc Color CSS Codes

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

#96accc Text Font Color

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

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


#96accc Background Color

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

This div background color is #96accc


#96accc Border Color

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

This div border color is #96accc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96accc


Comments

No comments written yet.

Please login to write comment.