Color Hex Logo

#96cdcd Color Hex PaleTurquoise3

#96CDCD
(150,205,205)
21 Favorites   0 Comments

Color spaces of #96cdcd PaleTurquoise3

RGB 150205205
HSL0.500.350.70
HSV180°27°80°
CMYK 0.270.000.00   0.20
XYZ45.428454.554565.8933
Yxy54.55450.27390.3289
Hunter Lab73.8610-19.4699-1.1914
CIE-Lab78.7840-17.6209-5.7495

#96cdcd color RGB value is (150,205,205). #96cdcd color name is PaleTurquoise3 color.

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

The process color (four color CMYK) of #96cdcd color hex is 0.27, 0.00, 0.00, 0.20. Web safe color of #96cdcd is #99cccc. Color #96cdcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001101 11001101
Octal 226 315 315
Decimal 150 205 205
Hex 96 CD CD

RGB Percentages of Color #96cdcd

%26.79
%36.61
%36.61

CMYK Percentages of Color #96cdcd

%27
%0
%0
%20

Triadic Colors of #96cdcd

#96cdcd #cd96cd #cdcd96

Analogous Colors of #96cdcd

#96cdcd #96b2cd #96cdb2

Monochromatic Colors of #96cdcd

#96cdcd

Complementary Color

#96cdcd #cd9696

#96cdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96cdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96cdcd Color CSS Codes

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

#96cdcd Text Font Color

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

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


#96cdcd Background Color

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

This div background color is #96cdcd


#96cdcd Border Color

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

This div border color is #96cdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96cdcd


Comments

No comments written yet.

Please login to write comment.