Hex #c5c5c4 Color

#c5c5c4
equivalent to

RGB

(197, 197, 196)

Details of #c5c5c4

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
197
52.9560
0.17
0.00
79.4932
55.7883
60°
74.6916
197
55.7883
0.01
0.00
-0.1790
0.3134
-4.1542
196
60.2017
0.77
0.01   0.23
0.4914
0.3302
77°
4.5125

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11000101
305
197
C5
Green
11000101
305
197
C5
Blue
11000100
304
196
C4

RGB in % of #c5c5c4

%33.39
%33.39
%33.22

CMYK in % of #c5c5c4

%0
%0
%1
%23

Triads of color #c5c5c4

#c5c5c4 #c5c4c5 #c4c5c4

Similar Colors to #c5c5c4

#c5c5c4 #c5c5c4 #c5c5c4

Preview Color #c5c5c4 on black ground

#c5c5c4 is very interesting for text.

Preview Color #c5c5c4 on white ground

#c5c5c4 is very interesting for text.

CSS Codes #c5c5c4 color

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

Text Font Color #c5c5c4

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

This sample text font color is #c5c5c4
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 #c5c5c4

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

This div background color is #c5c5c4


Border Color #c5c5c4

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

The color of this border is #c5c5c4


Examples Css3

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

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 #c5c5c4">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #c5c5c4