Color Hex Logo

#96cdce Color Hex

#96CDCE
(150,205,206)
0 Favorites   0 Comments

Color spaces of #96cdce

RGB 150205206
HSL0.500.360.70
HSV181°27°81°
CMYK 0.270.000.00   0.19
XYZ45.549654.602966.5312
Yxy54.60290.27330.3276
Hunter Lab73.8938-19.2831-1.6569
CIE-Lab78.8120-17.3944-6.2454

#96cdce color RGB value is (150,205,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001101 11001110
Octal 226 315 316
Decimal 150 205 206
Hex 96 CD CE

RGB Percentages of Color #96cdce

%26.74
%36.54
%36.72

CMYK Percentages of Color #96cdce

%27
%0
%0
%19

Triadic Colors of #96cdce

#96cdce #ce96cd #cdce96

Analogous Colors of #96cdce

#96cdce #96b1ce #96ceb3

Monochromatic Colors of #96cdce

#96cdce

Complementary Color

#96cdce #ce9796

#96cdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96cdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#96cdce Color CSS Codes

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

#96cdce Text Font Color

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

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


#96cdce Background Color

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

This div background color is #96cdce


#96cdce Border Color

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

This div border color is #96cdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96cdce


Comments

No comments written yet.

Please login to write comment.