Hex #c4b23c Color

#c4b23c
equivalent to

RGB

(196, 178, 60)

Details of #c4b23c

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
196
39.5010
0.14
0.00
72.1635
43.9028
52°
66.2592
178
43.9028
0.54
0.09
-6.8854
0.4199
69°
-9.5390
60
10.6671
0.50
0.69   0.23
59.8071
0.4667
77°
36.8386

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11000100
304
196
C4
Green
10110010
262
178
B2
Blue
111100
74
60
3C

RGB in % of #c4b23c

%45.16
%41.01
%13.82

CMYK in % of #c4b23c

%0
%9
%69
%23

Triads of color #c4b23c

#c4b23c #b23cc4 #3cc43c

Similar Colors to #c4b23c

#c4b23c #c46e3c #92c43c

Preview Color #c4b23c on black ground

#c4b23c is very interesting for text.

Preview Color #c4b23c on white ground

#c4b23c is very interesting for text.

CSS Codes #c4b23c color

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

Text Font Color #c4b23c

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

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

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

This div background color is #c4b23c


Border Color #c4b23c

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

The color of this border is #c4b23c


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #c4b23c