Color Hex Logo

#96cacc Color Hex

#96CACC
(150,202,204)
0 Favorites   0 Comments

Color spaces of #96cacc

RGB 150202204
HSL0.510.350.69
HSV182°26°80°
CMYK 0.260.010.00   0.20
XYZ44.597353.084765.0226
Yxy53.08470.27410.3263
Hunter Lab72.8592-18.2435-1.9114
CIE-Lab77.9250-16.3171-6.4821

#96cacc color RGB value is (150,202,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001010 11001100
Octal 226 312 314
Decimal 150 202 204
Hex 96 CA CC

RGB Percentages of Color #96cacc

%26.98
%36.33
%36.69

CMYK Percentages of Color #96cacc

%26
%1
%0
%20

Triadic Colors of #96cacc

#96cacc #cc96ca #cacc96

Analogous Colors of #96cacc

#96cacc #96afcc #96ccb3

Monochromatic Colors of #96cacc

#96cacc

Complementary Color

#96cacc #cc9896

#96cacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96cacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#96cacc Color CSS Codes

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

#96cacc Text Font Color

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

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


#96cacc Background Color

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

This div background color is #96cacc


#96cacc Border Color

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

This div border color is #96cacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96cacc


Comments

No comments written yet.

Please login to write comment.