Color Hex Logo

#96c4cc Color Hex

#96C4CC
(150,196,204)
0 Favorites   0 Comments

Color spaces of #96c4cc

RGB 150196204
HSL0.520.350.69
HSV189°26°80°
CMYK 0.260.040.00   0.20
XYZ43.216750.323564.5624
Yxy50.32350.27330.3183
Hunter Lab70.9391-15.3996-4.3031
CIE-Lab76.2674-13.2237-8.9417

#96c4cc color RGB value is (150,196,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11000100 11001100
Octal 226 304 314
Decimal 150 196 204
Hex 96 C4 CC

RGB Percentages of Color #96c4cc

%27.27
%35.64
%37.09

CMYK Percentages of Color #96c4cc

%26
%4
%0
%20

Triadic Colors of #96c4cc

#96c4cc #cc96c4 #c4cc96

Analogous Colors of #96c4cc

#96c4cc #96a9cc #96ccb9

Monochromatic Colors of #96c4cc

#96c4cc

Complementary Color

#96c4cc #cc9e96

#96c4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96c4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#96c4cc Color CSS Codes

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

#96c4cc Text Font Color

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

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


#96c4cc Background Color

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

This div background color is #96c4cc


#96c4cc Border Color

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

This div border color is #96c4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96c4cc


Comments

No comments written yet.

Please login to write comment.