Hex #96cdcd Color

#96cdcd
equivalent to

RGB

(150, 205, 205)

Details of #96cdcd

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
150
45.4284
0.50
0.27
78.7839
54.5545
180°
73.8610
205
54.5545
0.35
0.00
-17.6207
0.2739
27°
-19.4693
205
65.8933
0.70
0.00   0.20
-5.7496
0.3289
80°
-1.1732

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10010110
226
150
96
Green
11001101
315
205
CD
Blue
11001101
315
205
CD

RGB in % of #96cdcd

%26.79
%36.61
%36.61

CMYK in % of #96cdcd

%27
%0
%0
%20

Triads of color #96cdcd

#96cdcd #cdcd96 #cd96cd

Similar Colors to #96cdcd

#96cdcd #96cdb2 #96b2cd

Preview Color #96cdcd on black ground

#96cdcd is very interesting for text.

Preview Color #96cdcd on white ground

#96cdcd is very interesting for text.

CSS Codes #96cdcd color

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

Text Font Color #96cdcd

<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.


Background Color #96cdcd

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

This div background color is #96cdcd


Border Color #96cdcd

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

The color of this border is #96cdcd


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 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 using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

<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>

The shadow of div box using color #96cdcd