Color Hex Logo

#96ccce Color Hex

#96CCCE
(150,204,206)
0 Favorites   0 Comments

Color spaces of #96ccce

RGB 150204206
HSL0.510.360.70
HSV182°27°81°
CMYK 0.270.010.00   0.19
XYZ45.311154.126066.4517
Yxy54.12600.27310.3263
Hunter Lab73.5704-18.8122-2.0538
CIE-Lab78.5351-16.8852-6.6550

#96ccce color RGB value is (150,204,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001100 11001110
Octal 226 314 316
Decimal 150 204 206
Hex 96 CC CE

RGB Percentages of Color #96ccce

%26.79
%36.43
%36.79

CMYK Percentages of Color #96ccce

%27
%1
%0
%19

Triadic Colors of #96ccce

#96ccce #ce96cc #ccce96

Analogous Colors of #96ccce

#96ccce #96b0ce #96ceb4

Monochromatic Colors of #96ccce

#96ccce

Complementary Color

#96ccce #ce9896

#96ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#96ccce Color CSS Codes

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

#96ccce Text Font Color

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

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


#96ccce Background Color

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

This div background color is #96ccce


#96ccce Border Color

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

This div border color is #96ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96ccce


Comments

No comments written yet.

Please login to write comment.